|
1 | 1 | # 참고자료
|
| 2 | + |
| 3 | +- <https://lispkorea.github.io> |
| 4 | +- [.gitignore](https://github.com/github/gitignore/blob/main/CommonLisp.gitignore) |
| 5 | +- [(lisp).pptx](https://docs.google.com/presentation/d/1WgYBPwqFD2w_PBi-1aC6RjjYXmD1hhtTga2cF6NO9_Q/edit?usp=sharing) |
| 6 | + |
| 7 | + |
| 8 | +## 문서 |
| 9 | + |
| 10 | +- [CLiki - the common lisp wiki](https://www.cliki.net) |
| 11 | +- [CL Cookbook](https://lispcookbook.github.io/cl-cookbook/) |
| 12 | +- [Common Lisp Docs](https://lisp-docs.github.io/) |
| 13 | +- <https://github.com/CodyReichert/awesome-cl> |
| 14 | +- <https://common-lisp-libraries.readthedocs.io/> |
| 15 | + |
| 16 | +## Cheatsheet |
| 17 | + |
| 18 | +- [hyotang666/common-lisp-pitfalls](https://github.com/hyotang666/common-lisp-pitfalls) |
| 19 | +- [ashok-khanna/lisp-notes](https://github.com/ashok-khanna/lisp-notes) |
| 20 | + |
| 21 | +## 사전 |
| 22 | + |
| 23 | +- [NovaSpec](https://novaspec.org/cl/) |
| 24 | +- [HyperSpec](https://www.lispworks.com/documentation/HyperSpec/) |
| 25 | +- [CL CommunitySpec (CLCS)](https://cl-community-spec.github.io/pages/index.html) |
| 26 | + - ANSI Common Lisp specification draft |
| 27 | +- [Common Lisp Quick Reference](http://clqr.boundp.org/download.html) |
| 28 | +- <https://quickdocs.org/> |
| 29 | + |
| 30 | +## 코딩사이트 |
| 31 | + |
| 32 | +- [exercism: common-lisp](https://exercism.org/tracks/common-lisp) |
| 33 | +- [kattis: common-lisp](https://open.kattis.com/languages/lisp) |
| 34 | + |
| 35 | +## 강좌 ( 무료 ) |
| 36 | + |
| 37 | +- https://exercism.org/tracks/common-lisp/concepts |
| 38 | + |
| 39 | +## 강좌 ( 유료 ) |
| 40 | + |
| 41 | +- [Common Lisp programming: from novice to effective developer](https://www.udemy.com/course/common-lisp-programming/) |
| 42 | + - [by vindarel](https://github.com/vindarel) |
| 43 | + - [src](https://github.com/vindarel/common-lisp-course-in-videos/) |
| 44 | + |
| 45 | +## Ref |
| 46 | + |
| 47 | +- <https://stevelosh.com/blog/2018/08/a-road-to-common-lisp/> |
| 48 | +- <https://corecursive.com/?search=lisp> |
| 49 | +- <https://european-lisp-symposium.org/> |
| 50 | +- https://qiita.com/tags/commonlisp |
| 51 | +- https://qiita.com/tags/lisp |
0 commit comments