Skip to content

Commit 7234899

Browse files
committed
add: src/reference/book.md
1 parent 1359e7c commit 7234899

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

โ€Žsrc/reference/book.mdโ€Ž

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# ์ฑ…
2+
3+
## ์ถ”์ฒœ ์ˆœ์„œ
4+
5+
1. Common Lisp: A Gentle Introduction to Symbolic Computation
6+
1. ANSI Common Lisp
7+
1. Practical Common Lisp
8+
1. On Lisp
9+
1. Common Lisp Recipes - A Problem-Solution Approach
10+
11+
## ๋ชฉ๋ก
12+
13+
- [Successful Lisp](https://dept-info.labri.fr/~strandh/Teaching/PFS/Common/David-Lamkins/cover.html) by David Lamkin
14+
- [ํ•œ๊ธ€: 03์žฅ. 12๊ฐœ์˜ ๋ ˆ์Šจ์œผ๋กœ ๋ฐฐ์šฐ๋Š” ํ•„์ˆ˜ ๋ฆฌ์Šคํ”„](https://lispkorea.github.io/successful-lisp-kr/ch03/ch03.html)
15+
- [Common Lisp: A Gentle Introduction to Symbolic Computation](https://www.cs.cmu.edu/~dst/LispBook/) by David S. Touretzky
16+
- [ANSI Common Lisp](http://www.paulgraham.com/acl.html) by Paul Graham
17+
- [Practical Common Lisp](https://gigamonkeys.com/book/) by Peter Seibel
18+
- [On Lisp](https://www.paulgraham.com/onlisp.html) by Paul Graham
19+
- <https://github.com/lisp-korea/onlisp>
20+
- [Land of Lisp](http://landoflisp.com/) by Conrad Barski
21+
- ํ•œ๊ธ€ํŒ: ๋งŒ๋“ค๋ฉด์„œ ๋ฐฐ์šฐ๋Š” ๋ฆฌ์Šคํ”„ ํ”„๋กœ๊ทธ๋ž˜๋ฐ - ์—ญ์ž)์กฐํƒœํ›ˆ : ์ ˆํŒ
22+
- [Loving Common Lisp, or the Savvy Programmer's Secret Weapon](https://leanpub.com/lovinglisp/read) by Mark Watson
23+
- [Lisp Hackers](https://leanpub.com/lisphackers/read) by Vsevolod Domkin
24+
- [The Art of the Metaobject Protocol](http://metamodular.com/CLOS-MOP/) by Gregor Kiczales, Jim des Rivieres and Daniel G. Bobrow
25+
- CLOS ์™€๋Š” ๋‹ฌ๋ฆฌ ํด๋ž˜์Šค ์ •์˜ ๋ฐฉ์‹์ด๋‚˜ ๋””์ŠคํŒจ์น˜ ๋ฐฉ์‹์„ ๋™์ ์œผ๋กœ ๋ฐ”๊ฟ€ ์ˆ˜ ์žˆ์Œ.
26+
- [Programming Languages: Application and Interpretation](https://cs.brown.edu/courses/cs173/2012/book/) by Shriram Krishnamurthi
27+
- [Common Lisp the Language, 2nd ed.](https://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html) by Guy Steele
28+
- [Let Over Lambda](https://letoverlambda.com/) by Doug Hoyte
29+
- [PAIP - Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp by Peter Norvig](https://github.com/norvig/paip-lisp) by Peter Norvig
30+
- [Build Your Own Lisp](https://www.buildyourownlisp.com/) by Mr Daniel Holden
31+
- [Common Lisp Recipes - A Problem-Solution Approach](https://www.amazon.com/Common-Lisp-Recipes-Problem-Solution-Approach/dp/1484211774) by Edmund Weitz
32+
- [The Common Lisp Condition System - Beyond Exception Handling with Control Flow Mechanisms](https://www.amazon.com/Common-Lisp-Condition-System-Mechanisms/dp/148426133X) by Michaล‚ "phoe" Herda
33+
- [Programming Algorithms in Lisp - Writing Efficient Programs with Examples in ANSI Common Lisp](https://www.amazon.com/Programming-Algorithms-Lisp-Efficient-Programs/dp/1484264274) by Vsevolod Domkin
34+
- [A Tutorial on Good Lisp Style](https://www.cs.umd.edu/%7Enau/cmsc421/norvig-lisp-style.pdf) by Peter Norvig and Kent Pitman
35+
36+
## Ref
37+
38+
- <https://lisp-lang.org/books/>
39+
- <https://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/lang/lisp/0.html>
40+
- <https://simondobson.org/development/annotated-lisp-bibliography/>
41+
- <https://www.reddit.com/r/Common_Lisp/comments/ddr355/a_larger_selection_of_lisp_books/>
42+
- <https://www.ai.sri.com/~delacaze/alu-site/alu/table/books.htm>

0 commit comments

Comments
ย (0)