Quotes
Programs must be written for people to read, and only incidentally for machines to execute - SICP
SICP Quotes · Matt Newman
Personal website & blog for a developer currently living in Chicago (previously Brisbane, Australia).
https://mdjnewman.me/SICPQuotes/
SICP
Example: Mathematical definition of a square root vs. an algorithm that iteratively improves approximations.
- Declarative knowledge: Defines "what is true" - knowledge that describes what is true
- Imperative knowledge: Explains "how to execute" - procedural knowledge that shows how to do something
Lecture 1A: Overview and Introduction to Lisp
MIT 6.001 Structure and Interpretation of Computer Programs, Spring 2005
Instructor: Harold Abelson, Gerald Jay Sussman, Julie Sussman
View the complete course: https://ocw.mit.edu/6-001S05
YouTube Playlist: https://www.youtube.com/playlist?list=PLE18841CABEA24090
Overview and Introduction to Lisp
Despite the copyright notice on the screen, this course is now offered under a Creative Commons license: BY-NC-SA. Details at http://ocw.mit.edu/terms
Subtitles for this course are provided through the generous assistance of Henry Baker, Hoofar Pourzand, Heather Wood, Aleksejs Truhans, Steven Edwards, George Menhorn, and Mahendra Kumar.
More courses at https://ocw.mit.edu
https://www.youtube.com/watch?v=-J_xL4IGhJA&list=PLE18841CABEA24090


Seonglae Cho