Description This is a small (about 1K lines) self applicable scheme toy compiler which compiles to C-code, and a version that compiles to LLVM with the types fixnum, symbols, strings, functions and vectors (cons cells are seen as vectors of size 2). As discussed in web forums, this compiler does not do any proper tail-call optimizations. With a bit of more work someone could do a much nicer compi
{{#tags}}- {{label}}
{{/tags}}