I'm writing a hy-like lisp language that compiles to lua. A lot of features (Simple OO, list/dict comprehensive etc.) are written in macros.
https://github.com/larme/hua/tree/master/hua/core
On the other hand, they may be difficult to debug.
I'm writing a hy-like lisp language that compiles to lua. A lot of features (Simple OO, list/dict comprehensive etc.) are written in macros.
https://github.com/larme/hua/tree/master/hua/core
On the other hand, they may be difficult to debug.