This repository contains code written while studying "Structure and Interpretation of Computer Programs (SICP) - JavaScript Edition" by Martin Henz and Tobias Wrigstad. SICP is a legendary computer science textbook that teaches fundamental concepts of programming, including abstraction, recursion, higher-order functions, and the construction of interpreters. The JavaScript edition adapts the original Scheme-based content to modern JavaScript (ES6+), making these timeless concepts more accessible to developers familiar with JavaScript while maintaining the pedagogical depth of the original work.
이 저장소는 Martin Henz와 Tobias Wrigstad가 집필한 "Structure and Interpretation of Computer Programs (SICP) - JavaScript Edition"을 학습하며 작성한 코드를 담고 있습니다. SICP는 프로그래밍의 근본 개념인 추상화, 재귀, 고차 함수, 인터프리터 구축 등을 가르치는 전설적인 컴퓨터 과학 교재입니다. JavaScript 에디션은 원본의 Scheme 기반 내용을 현대적인 JavaScript(ES6+)로 재구성하여, JavaScript에 익숙한 개발자들이 원본의 교육적 깊이를 유지하면서도 더 쉽게 접근할 수 있도록 만들었습니다.
