A small lisp-like macro language for a couple assembly programming projects.
The goals:
- make simple practical metaprogramming features easily accessible
- an easily extensible system.
It helps out in programming a couple electronics projects. But the system can also work as a fun shell program or a mini glue language.
The main module is based on lispy from the "100-lines Lisp in Python" example by Peter Norvig. It evolved and has changed considerably.