ZeptoLisp is a dialect of the lisp language family intended to have only the most basic structures and functions built into
the language. Other extra features can be implemented on top of the core language as external libraries. Its small size will
make it useful as a scripting language engine embeddable in larger applications.
A simple tutorial is available here .
Currently version 0.1 is available. It is quite slow, but it works.
You can see an example of a working tic-tac-toe playing script .
Currently implemented features (in no particular order):
You can obtain ZeptoLisp here .