TLisp - A Lisp Interpreter
by Ron Alterovitz
- TLisp Quick Help
- Type a Lisp S-expression into the "Lisp Input" text area.
- To evaluate the expression, press Enter twice or click on the "Evaluate" button.
- The user input and its evaluated result are displayed in the "Lisp Interpreter" text area.
- Note: TLisp correctly evaluates Lisp S-expressions that conform to TinyLisp, which is a subset of the ANSI Common Lisp standard. TinyLisp is defined below.
- TinyLisp Language
For more information, send e-mail to rona@post.com or visit Ron Alterovitz's Internet Site.