
What is lisp used for today and where do you think it's going?
Actually Common Lisp is not only the extension language, but large parts of the application are written in Common Lisp (plus some C++). Other than that Lisp is a family of diverse dialects …
What's so great about Lisp? - Stack Overflow
Jan 10, 2010 · “Lisp is a programmable programming language.” — John Foderaro, CACM, September 1991. Here’s my view: On the surface, Lisp is a nice, simple functional …
Is LISP a compiled or interpreted language? - Stack Overflow
Mar 24, 2016 · LISP is a general purpose programming language, but rarely used as such anymore. In the days of microcoded LISP machines, the entire operating system, including …
functional programming - Why should I learn Lisp? - Stack Overflow
Jan 17, 2017 · In summary, learning Lisp (or Scheme) may not yield many practical applications beyond AI but it is an extremely valuable learning experience, as many others have stated. …
Is learning LISP useful at all these days? - Stack Overflow
Learning LISP is a good way to learn functional programming effectively, and is often used as an introductory language for undergraduate students. Many people feel that Structure and …
artificial intelligence - Why is Lisp used for AI? - Stack Overflow
Apr 9, 2012 · Lisp is a great language for exploratory programming, for implementing difficult algorithms, for self-modifying and often modified code. In other words, for research code. I use …
scheme - What's the best way to learn LISP? - Stack Overflow
First of all, Scheme and Common Lisp are fairly different in rather deep ways (like scoping); you should pick one to start with and stick with it for a while. I'm a Common Lisp fan, but that may …
How does Lisp let you redefine the language itself?
Feb 22, 2010 · Condition Handling - handle conditions that result from using the programming language in a certain way. Common Lisp provides an advanced way to handle errors. The …
Is there any benefits to learning LISP? - Stack Overflow
Nov 4, 2010 · The things figured out in Lisp before 82 or so are still working their way into mainstream programming languages like C# and Python. Due to the reasonably uniform Lisp …
scheme - Would Lisp be extremely difficult for a new (ish) …
Jun 15, 2010 · As to which is easier, Lisp or Scheme, being "dialects" of the Lisp family, at the beginner level they are pretty much the same thing and interchangeable. I learned Common …