Comment by anthk
7 days ago
Install chicken scheme. Then:
sudo chicken-install srfi-203
sudo chicken-install srfi-216
At ~/.csirc put:
(import scheme)
(import (srfi 203))
(import (srfi 216))
Now you can do nearly all the execises.
No comments yet
Contribute on Hacker News ↗