articles/sicp.md: add link

This commit is contained in:
tocariimaa 2025-02-13 19:16:50 -03:00
parent 9943c12580
commit 01874309e3

View file

@ -4,8 +4,9 @@ second edition in 1996, meant to teach fundamental concepts of compsci such as r
of programming languages (the book has a chapter in implementing a metacircular evaluator) using the [Lisp](lisp.md)
language [Scheme](scheme.md). Currently the book has been released under the CC BY-SA license.
It can be read online here (HTML): <https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/index.html>
or here as a PDF file: <https://web.mit.edu/6.001/6.037/sicp.pdf>
It can be read online here (HTML):
<https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip/index.html>,
also here: <https://docs.scheme.org/sicp/> and as a PDF file: <https://web.mit.edu/6.001/6.037/sicp.pdf>
## See Also
- *How to Design Programs* (HTDP), also available online: <https://htdp.org/>