An open API service indexing awesome lists of open source software.

https://github.com/bldl/magnolisp

Magnolisp, a toy programming language
https://github.com/bldl/magnolisp

c-plus-plus compiler racket

Last synced: 10 months ago
JSON representation

Magnolisp, a toy programming language

Awesome Lists containing this project

README

          

This is /Magnolisp/, a toy programming language for playing with experimental language implementation techniques and infrastructure. It is implemented in and on top of [[http://racket-lang.org/][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 [[http://magnolisp.github.io/][manual]], which also includes [[http://magnolisp.github.io/#%28part._magnolisp-install%29][installation instructions]].