Ask HN: What is the most suitable Scheme implementation to learn today?

2 points by ctenb ↗ HN
I'm not familiar with Scheme, and there seem to be many implementations around: https://en.wikipedia.org/wiki/Category:Scheme_(programming_language)_implementations

I'm a little overwhelmed by this and unsure which implementation to install and use to learn the language.

2 comments

[ 2.5 ms ] story [ 15.7 ms ] thread
I'd checkout Racket: https://racket-lang.org/ It's got a nice UI for starting out and getting good error reporting. It's also well documented.