Project Description

newLISP is a Lisp-like, general-purpose scripting language. It has all the magic of traditional Lisp, but is easier to learn and use. newLISP is friendly, fast, and small. Most of the functions you will ever need are already built in.

Install

ソースからビルド・インストールする% wget http://www.newlisp.org/downloads/newlisp-10.x.x.tgz% gzip -dc newlisp-10.x.x.tgz | tar xvf -% cd newlisp-10.x.x/% ./configure-alt --prefix=/usr/local% make%... Show How to Install

Review
Your rating
Review this project