Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 569 Bytes

README.org

File metadata and controls

3 lines (2 loc) · 569 Bytes

This is Magnolisp, a toy programming language for playing with experimental language implementation techniques and infrastructure. It is implemented in and on top of Racket, in a way that allows Racket tools to be used in the development of Magnolisp programs. Code written in Magnolisp can either be evaluated in the Racket VM, or translated into C++.

More details can be found in the manual, which also includes installation instructions.