Hacker News new | ask | show | jobs
by briancooley 5588 days ago
He's recommending to read/watch SICP and do the examples, which are in Scheme. I think it's good advice to have a Scheme REPL to follow along so that you don't have to worry about the additional overhead of translating to Clojure.
1 comments

This would actually be an interesting way to learn Clojure: Follow SICP, do the examples in Scheme/Racket and immediately after that the same example in Clojure (the differences should not be abysmal).

At some point though, as Scheme and Clojure diverge, this method would start to become less useful. But at that point, I would argue, you already know enough to take off in Clojure.