Chicken Scheme 6.0(code.call-cc.org) |
Chicken Scheme 6.0(code.call-cc.org) |
I was slightly worried that I'd start using v5 and then v6 would come out but it looked like they'd been working on it for a while so I figured I'd have some time on v5. Turns out I was wrong!
CHICKEN is a compiler that translates Scheme source files into C, which in turn can be fed to a C compiler to generate a standalone executable. An interpreter is also available and can be used as a scripting environment or for testing programs before compilation.
The generated C is reasonably portable, so you can run Scheme programs on systems that “don’t run Scheme”.
Congratulations to the team, Chicken Scheme is a little gem!