[cl-faq] Answer to question on getting a Lisp interpreter

Paolo Amoroso amoroso at mclink.it
Mon Jan 30 13:40:09 CST 2006


I include below another "placeholder quality" answer to the question
of how to get a Lisp interpreter of the FAQ.  I'm not completely
satisfied with it, but it may be a useful starting point.


Paolo

----------------------------------------------------------------
*** Where can I get a Lisp interpreter?

You probably mean an interactive command processor that accepts Lisp
expressions, evaluates them and prints their results.  If so, you
should simply look for a Common Lisp implementation or development
environment, without regard to how expressions are processed.


Although native machine code Lisp compilers have been available since
the early 1960s, many outsiders still tend to refer to Lisp
environments as "interpreters", with an implied assumption of poor
performance.  This may be because interpreted systems were more common
on widespread machines with limited resources such as personal or home
computers, or because interpreters provided more features for
interactive development.


Most current Common Lisp implementations come with an interpreter and
a compiler, both accessible from the same interactive expression
processor.
----------------------------------------------------------------

-- 
Lisp Propulsion Laboratory log - http://www.paoloamoroso.it/log


More information about the cl-faq mailing list