MIcro liSP (or Mosty Impractical liSP or bare MInimum liSP) is an exercise in LISP implementation aimed at obtainig minimal feature set that will allow to boostrap more complex features.
Highly influenced by Lisp in Less Than 200 Lines in C and Make a Lisp and Lispy.
It's third (or fourth, or who would count) versions being developed currently. With goal of initial implementation in Python, followed by C. Then refactored as library, so it can possibly serve as a scripting engine in other projects.
Older version is available online on Misp on Repl.it.
- exceptions