Difference between revisions of "Book/Structure and Interpretation of Computer Programs"
Jump to navigation
Jump to search
(Created page with "{{cite book |title=Structure and Interpretation of Computer Programs |publisher=MIT Press |first1=Harold |last1=Abelson |first2=Gerald |last2=Sussman |first3=Julie |last3=Suss...") |
|||
Line 13: | Line 13: | ||
|url=https://mitpress.mit.edu/sites/default/files/sicp/index.html | |url=https://mitpress.mit.edu/sites/default/files/sicp/index.html | ||
}} | }} | ||
<noinclude> | |||
=Comments about this book= | |||
Due to the popularity and its broad and deep concept, this book is also referred to as [[SICP]], a classic in this field. It covers [[Data abstraction]], influences systems and signal processing, and most importantly, has a fully [[hyperlinked]] online version, that will be used in conjunction with [[PKC]] to reveal some insights of how to perform [[Universal data abstraction]]. | |||
=References= | |||
<references /> | |||
==Related Pages== | |||
*[[Logically related::Function]] | |||
*[[Logically related::Data]] | |||
</noinclude> |
Revision as of 08:49, 25 July 2021
Abelson, Harold; Sussman, Gerald; Sussman, Julie (1985). Structure and Interpretation of Computer Programs (2nd ed.). MIT Press. ISBN 0-262-51087-1.
Comments about this book
Due to the popularity and its broad and deep concept, this book is also referred to as SICP, a classic in this field. It covers Data abstraction, influences systems and signal processing, and most importantly, has a fully hyperlinked online version, that will be used in conjunction with PKC to reveal some insights of how to perform Universal data abstraction.
References