|
|
|
|
|
by masukomi
1400 days ago
|
|
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. |
|