11 lines
373 B
Markdown
11 lines
373 B
Markdown
# sc
|
||
|
||
A simple Scheme to C compiler, in C.
|
||
|
||
For now it can only compile very simple programs like [this](/examples/test.lisp).
|
||
This means it has basic support for closures through a simplistic form of
|
||
closure conversion, but as I haven’t yet worked on nested functions, this is
|
||
pretty boring.
|
||
|
||
If you give it wrong input, it will probably die. Please don’t use it yet.
|