FreeStyLisp Generic

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

Image of FreeStyLisp