HACKER Q&A
📣 randomhtdp

What are some books like SICP/HtDP, but that use a more common language?


What are some books like SICP/HtDP, but that use a more common language?


  👤 Leftium Accepted Answer ✓
https://eloquentjavascript.net/ teaches the basic principles of programming using JavaScript. Very well written.

👤 albertoCaroM