Chicken Scheme 6.0
code.call-cc.org
Chicken Scheme 6.0
1–10 of 45 posts
Re: Chicken Scheme 6.0
#2Re: Chicken Scheme 6.0
#3Re: Chicken Scheme 6.0
#4[flagged]
Re: Chicken Scheme 6.0
#5CHICKEN 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.
Re: Chicken Scheme 6.0
#6I 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!
Re: Chicken Scheme 6.0
#7Congratulations to the team, Chicken Scheme is a little gem!
Re: Chicken Scheme 6.0
#8Re: Chicken Scheme 6.0
#9Re: Chicken Scheme 6.0
#10For those who use Chicken Scheme: what made you pick it over other Lisps? What are some things it does particularly well?
The generated C is reasonably portable, so you can run Scheme programs on systems that “don’t run Scheme”.