Chicken Scheme 6.0
eatonphil
127 points
15 comments
August 11, 2026
Related Discussions
Found 5 related stories in 43.4ms across 4,128 title embeddings via pgvector HNSW
- Steel Bank Common Lisp version 2.6.7 tmtvl · 215 pts · July 28, 2026 · 57% similar
- Squeak 6.1 fniephaus · 119 pts · August 10, 2026 · 52% similar
- A pure scheme web programming tool guenchi · 74 pts · July 12, 2026 · 48% similar
- Racket v9.3 privong · 59 pts · August 14, 2026 · 48% similar
- A Erlang style pure Scheme Webserver and further guenchi · 53 pts · July 12, 2026 · 45% similar
Discussion Highlights (7 comments)
DASD
Folks may also be interested that this version, 6.0, supports Crunch(although Crunch itself has not been declared a 1.0 status, currently @ .993), which is a compiler for a statically typed subset of Scheme R7RS. ( https://wiki.call-cc.org/eggref/6/crunch )
orsenthil
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.
trescenzi
I started playing with Chicken over the weekend because I was looking for a scheme that you could build binaries of and that had a lively ecosystem. I've really enjoyed it. So far I've mostly played with web stuff. Built a wrapper around makemkvcon for ripping some dvds I've been meaning to rip that'll do a little bit of automatic naming of output using the tv db. 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!
ziotom78
I was eagerly waiting for this release, which brings full Unicode support. Congratulations to the team, Chicken Scheme is a little gem!
rmunn
For those who use Chicken Scheme: what made you pick it over other Lisps? What are some things it does particularly well?
personjerry
Disappointed to learn this is unrelated to the Chicken chicken chicken https://www.youtube.com/watch?v=yL_-1d9OSdk
Decabytes
Why do people use chicken over gambit? Is it due to chicken’s larger ego system and eggs, or is there more?