Hacker News new | ask | show | jobs
by naru_s 1401 days ago
I thought you mean there is a SICP with html as the teaching programming language instead of Lisp
1 comments

HTML isn't a programming language. It's a markup language, and unlike CSS it's not Turing complete. So, you can't really program in it. Also, to be extra pedantic. SICP uses MIT Scheme, which technically _is_ a lisp in the sense that all scheme's are lisps, but that's also like saying a square is a rectangle.