Hacker News new | ask | show | jobs
by 1337p337 3283 days ago
Stock Scheme does not have much in the way of interfaces to the outside world (long story) but there are several Scheme variants where people are doing larger projects. Racket is sort of a Scheme variant, and it seems to be the most popular, but Chicken and Guile are also pretty popular (as far as Scheme variants go) for real-world use cases.
1 comments

Gambit is another one that has some real-world usage (it's what LambdaNative uses).
Yep, that's why I left it off the list.

I've actually written some LambdaNative. Unfortunately, we ended up going with Cordova, but you can guess which one was more fun to write.