In order to test and run programs in Common Lisp I will utilize the CMUCL implementation of Common Lisp, found here: http://www.cons.org/cmucl/index.html
Other online resources for this project include:
Considering two books:
Common Lisp. The Language. 2nd Edition -- By Guy Steele
Practical Common Lisp, 1st Edition -- By Peter Seibel
LISP was designed by John McCarthy while he taught at MIT. The original intent of the language was to solve mathematical problems, but it quickly became an effective language for developing artificial intelligence and advanced computer science concepts.
Common Lisp is considered a dialect of Lisp, and it first appeared in 1984. It continues to be applied to uses in math and artificial intelligence.
Peter Short, CS 270, Jan. 27, 2016, Blog Post #1