Why newLISP, why not one of the other standard LISPs?
LISP is an old language born, grown, and standardized in times very different from today, times when programming was for highly educated people who engineered programs. newLISP is LISP reborn as a scripting language: pragmatic and casual, simple to learn without requiring you to know advanced computer science concepts. Like any good scripting language, newLISP is quick to get into and gets the job done without fuss. It has all of the essential elements that made LISP famous: symbol processing, lists, anonymous functions (lambda expressions), and S-expressions as a simple syntax for both data and program. Related: In Praise of Scripting: Real Programming Pragmatics newLISP has a modern relevant API (Application Programming Interface) with networking, regular expression, advanced math, simulation, statistics, financial, HTTP, and XML functions built right into it. newLISP modules are available that let you connect newLISP to databases, mailservers, and more. newLISP can interface to stan
LISP is an old language born, grown, and standardized in times very different from today, times when programming was for highly educated people who engineered programs. newLISP is LISP reborn as a scripting language: pragmatic and casual, simple to learn without requiring you to know advanced computer science concepts. Like any good scripting language, newLISP is quick to get into and gets the job done without fuss. Related: In Praise of Scripting: Real Programming Pragmatics newLISP has a very fast startup time, is small on resources like disk space and memory and has a deep, practical API with things like networking, regular expressions, multiprocessing and distributed computing built right into it, not added as a second thought in an external module.
Related Questions
- Hello, I am an officer of the deck and I want to learn but IMO SMCP recapitilatif, that is to say, I want the short course if possible with the important rules. In addition to a quiz with answers because Ill introduce myself in a contest Commander p
- What are some differences between newLISP and other LISPs?
- Why newLISP, why not one of the other standard LISPs?