FreeStyLISP Short Description:
the template to build your own Like-LISP script languages for embedded systems
FreeStyLISP Long Description:
The generic LISP interpreter is the template to build your own Like-LISP script languages for yours embedded systems. Source code by minimal C. This implementation contains the scenary processing language (LISP functions)
Long:
--------
The generic LISP interpreter to build your own Like-LISP script languages for yours embedded systems. Source code by minimal C. This generic implementation contains the scenary processing / sprites display language (LISP functions) as:
(clears)
(delay n)
(view)
(loc X Y Z f) works with multiple z-layers
(sprite n)
(namedef ident object)
(byname ident)
(repeat ...)
some arifmetic & control functions