RU version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
67% Positive
Analyzed from 222 words in the discussion.
Trending Topics
#chicken#scheme#crunch#compiler#little#bit#using#although#https#programs

Discussion (9 Comments)Read Original on HackerNews
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!