Releases: aelsi2/pesilisp
Releases · aelsi2/pesilisp
v1.0
Initial release.
Features:
- REPL mode and script execution
- recursive descent parser
INTEGER,CONS,SYMBOL,FUNCTION,T,NULLtypes- reference counting for all objects except
TandNIL - single namespace for variables and functions (Scheme-like)
- basic arithmetic, boolean, list and I/O functions,
IF,COND,LET,LET* DEFUNandLAMBDAwith environment capture- function return value caching with automatic side effect detection