Lisp 만들기
- Build Your Own Lisp
- src
- C 언어로 구현. 매크로 구현 없음
- kanaka/mal
- https://github.com/kanaka/mal/blob/master/process/guide.md
- 가이드 문서 한장으로 테스트 풀어나가는 형식. 매크로 구현 있음
- 여러 언어로 구현된 소스들이 있음.
- building-lisp
- src
- C 언어
- microsoft/schemy
- A lightweight embeddable Scheme-like interpreter for configuration
- C#언어
- https://bernsteinbear.com/blog/lisp/
- C 언어
- SICP (Structure and Interpretation of Computer Programs)
- by Harold Abelson and Gerald Jay Sussman with Julie Sussman
- 번역서) 컴퓨터 프로그램의 구조와 해석
- 번역) 김재우,안윤호,김수정,김정민, 감수) 이광근
- https://github.com/lisp-korea/sicp
- https://github.com/lisp-korea/sicp2014