Paul Graham May 2003 "why don't more people use it? I was asked this question by a student in the audience at a talk I gave recently. Not for the first time, either."
Paul Graham May 2001 "You don't need to know this stuff to program in Lisp, but it should be helpful to anyone who wants to understand the essence of Lisp"
a knowledge representation(KR) system designed for applications where only limited expressive power is necessary, but rapid responses to questions are essential. Classic is based on a description logic(DL), which gives it an object-centered flavor, and th
a library of C++ classes which lets you do Lisp programming within your C++ program even without any additional preprocessing, without all those calling conventions etc. No macros have ever been used by InteLib (except those for conditional compile directives). (With a very funny licensing lol)
"...Norvig had written the program in Lisp in 2 hours, while the times for the C++ developers ranged from 3 to 25 hours." After I read that, I knew I had to try the problem.
Guy Steele's keynote at the 1998 ACM OOPSLA conference on "Growing a Language" (mostly about JAVA) discusses the importance of and issues associated with designing a programming language that can be grown by its users.