logoalt Hacker News

orsenthiltoday at 1:37 AM1 replyview on HN

For an introduction:

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.


Replies

rtpgtoday at 5:44 AM

does this mean that you can't do `eval`-like things in "production" systems?

show 1 reply