Hacker News new | ask | show | jobs
by nemoniac 239 days ago
You can run it in Racket with the SICP language.

https://docs.racket-lang.org/sicp-manual/SICP_Language.html

1 comments

Ah, nice, I'll try that. SICM in particular relies on numerical routines and things for scientific computing that this perhaps doesn't cover. We'll see. Thanks!
Someone ported the sicm/scmutils code to Racket: https://github.com/bdeket/rktsicm
I think, this is the best way of running the SICM programs.