- Maru is a symbolic expression evaluator that can compile its own implementation language. 1750 lines of code, includes a garbage collector, user-defined types, structures, single-dispatch, generic "multimethods" (needed by the compiler). The compiled code runs at about 30% the speed of optimised C. http://www.piumarta.com/software/maru/ 68 comments programming
Linking pages
- GitHub - dundalek/awesome-lisp-languages: A list of Lisp-flavored programming languages https://github.com/dundalek/awesome-lisp-languages 108 comments
- GitHub - hraberg/cljs2go: ClojureScript to Go https://github.com/hraberg/cljs2go 13 comments
- GitHub - attila-lendvai/maru: Maru - a tiny self-hosting lisp dialect https://github.com/attila-lendvai/maru 4 comments