Hacker News new | ask | show | jobs
by irahul 5073 days ago
> Because javascript lacks this and many other features of Scheme/Lisp, I wouldn't really recommend using it for SICP.

A language without TCO won't affect what you get out of SICP. Just assume JS is tail recursive. The first 3 chapters can be done(with some translation) in JS.