articles/sicp.md: new article
This commit is contained in:
parent
e71dbc966d
commit
f24e7c6775
1 changed files with 11 additions and 0 deletions
11
articles/sicp.md
Normal file
11
articles/sicp.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# SICP
|
||||
SICP (*Structure and Interpretation of Computer Programs*) is a classic computer science book, first released in 1984 and the
|
||||
second edition in 1996, meant to teach fundamental concepts of compsci such as recursion, modularity, abstraction and implementation
|
||||
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>
|
||||
|
||||
## See Also
|
||||
- *How to Design Programs* (HTDP), also available online: <https://htdp.org/>
|
Loading…
Add table
Reference in a new issue