Skeemed throught Scheme Primer.
Good introductionary material by @cwebber: easy to read, practical, no bs, covers all necessary fundamentals, shows how to implement Scheme evaluator in Scheme.
Top-level
Skeemed throught Scheme Primer. Good introductionary material by @cwebber: easy to read, practical, no bs, covers all necessary fundamentals, shows how to implement Scheme evaluator in Scheme. 1 comment
|
@abcdw @cwebber the best "fast and thorough" text I found, which is unfortunately, I believe, under-recommended, is https://scheme.com/tspl4
The core text is like 90 pages, and then 300 pages of examples that get pretty advanced. I would still do all of it despite knowing the opening material because there are a few hidden gems in there iirc