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. tLISP 2 or dLISP is
Be the first to post a text review of tLISP Environment. Rate and review a project by clicking thumbs up or thumbs down in the right column.
* Rewritten in D. * Integer and floats separated. * Nil (empty list) actually treated as null. * Function pointers for predefined forms: * Easier to add build-in predefined forms. * Now possible to add external predefined forms. * Better memory management: * Current scope always default without overhead. * Locals pushed and popped only at scope entry/exit. * Garbage collection left for the D run-time.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?