articles/sicp.md: add link
This commit is contained in:
parent
9943c12580
commit
01874309e3
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
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.
|
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>
|
It can be read online here (HTML):
|
||||||
or here as a PDF file: <https://web.mit.edu/6.001/6.037/sicp.pdf>
|
<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
|
## See Also
|
||||||
- *How to Design Programs* (HTDP), also available online: <https://htdp.org/>
|
- *How to Design Programs* (HTDP), also available online: <https://htdp.org/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue