Hacker News new | past | comments | ask | show | jobs | submit
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.

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