Structure and Interpretation of Computer Programs(SICP) is a textbook aiming to teach the principles of computer programming, such as abstraction in programming, metalinguistic abstraction, recursion, interpreters, and modular programming.

https://en.m.wikipedia.org/wiki/Structure_and_Interpretation_of_Computer_Programs


SICP 사놓고 뭐 읽은거냐?

그리고 내가 윤성우로 입문해서 거의 5년간 프로그래밍을 때려쳤다.
C 문법만 알려주고는 컴퓨터 프로그래밍의 큰 그림을 안 그려줘서 갈팡질팡 하고 그냥 때려쳤지.
대학와서 SICP, CppCon 함수형 프로그래밍 접하면서 공부 제대로 시작했다

; return 0;