Mac Categories

tLISP 2.0 Alpha 1


tLISP tLISP re-implemented in the D programming language

System Requirememts
Mac OS X
Download Details
Company Fredrik Olsson
Version 2.0 Alpha 1
Post Date May 04, 2009
License GPL
File Size 28 KB
There are no screenshots

tLISP 2.0 Alpha 1


tLISP re-implemented in the D programming language
tLISP is a small implementation of the LISP programming language written in Object Pascal. Includes tle a command line tool for working with the LISP environment, and dynamic library for calling LISP functions from other applications.

Uses D's superior features such as dynamic arrays, garbage collected memory, hash-tables and build-in string support, allowing for less code, and thus less bugs and much better performance.

The code base have shrunk dramatically now making it ideal for reference implementation in education, as well as a building block for expanding.

NOTE: This is a first alfa release and lacks most build-in forms. Have no read-eval-print environment, and needs some code clean.