this post was submitted on 19 Nov 2023
1 points (100.0% liked)

Lisp

53 readers
3 users here now

founded 1 year ago
MODERATORS
 

I'd like to learn Scheme by doing programming tasks, because reading exposition makes my ADD glazeth over between the 100 self-evident things and the 1 new thing hiding among them.

I think it would be better if I had problems thrown at me, and in the process of solving them I would wonder how to accomplish this or that, and slowly discover Scheme in the process.

Googling doesn't really give me what I had in mind, maybe I'm not searching for the rights terms, but anyway I thought it wouldn't hurt asking too. Thanks in advance for your thoughts.

top 4 comments
sorted by: hot top controversial new old
[–] fragglet@alien.top 1 points 1 year ago (1 children)

Have you read The Little Schemer. It's an unorthodox book that teaches you scheme from the bottom up by answering questions one at a time to solve problems.

[–] dpflug@alien.top 1 points 1 year ago

The Little Schemer is absolutely the way to go.

[–] corbasai@alien.top 1 points 1 year ago

For example, let print every one utf-8 char or (if control-char? name....

[–] soegaard@alien.top 1 points 1 year ago

I think it would be better if I had problems thrown at me, and in the process of solving them I would wonder how to accomplish this or that, and slowly discover Scheme in the process.

The Coding Train has lots of problems, you can try in Scheme.

https://www.youtube.com/@TheCodingTrain/videos [Sort after popularity.]