diff options
Diffstat (limited to 'content/digarden/pages/20210423140558-common_lisp.org')
-rw-r--r-- | content/digarden/pages/20210423140558-common_lisp.org | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/content/digarden/pages/20210423140558-common_lisp.org b/content/digarden/pages/20210423140558-common_lisp.org new file mode 100644 index 0000000..6c5c53c --- /dev/null +++ b/content/digarden/pages/20210423140558-common_lisp.org @@ -0,0 +1,43 @@ +:PROPERTIES: +:ID: eba2c232-f2b2-44b1-840d-bf0fcfb36db5 +:END: +#+title: Common Lisp +* Common Lisp +Демо: +https://youtube.com/watch?v=XLkUI89fgRI + +Книги: +[[http://www.cs.cmu.edu/afs/cs.cmu.edu/user/dst/www/LispBook/index.html][Common Lisp: Gentle Introduction to Symbolic Computation]] +COMMON LISPA: n Interactive Approach + +http://cl-cookbook.sourceforge.net + +CLOS против: +- Java: + https://franz.com/resources/educational_resources/clos_versus_other/java.lhtml +- C++: + https://franz.com/resources/educational_resources/clos_versus_other/cpp.lhtml + +Дополнения к стандарту: +- sockets via usocket +- threading via bordeaux-threads +- metaobject protocol via closer-mop +- foreign function interface via cffi + +** Ресурсы +- [[https://stevelosh.com/blog/2021/03/small-common-lisp-cli-programs/][Writing Small CLI Programs in Common Lisp]] +- [[https://www.ai.sri.com/~delacaze/alu-site/alu/table/contents.htm][The Association of Lisp Users]] + +[[https://jtra.cz/stuff/lisp/sclr/index.html][Reference]] + +[[https://lispcookbook.github.io/cl-cookbook/clos.html][CLOS]] + +** Статьи +- [[http://nhplace.com/kent/Papers/][Набор академических статей и мануалов по лиспам]] +- [[http://www.p-cos.net/lisp/guide.html][Pascal Costanza's Highly Opinionated Guide to Lisp]] +- [[https://stevelosh.com/blog/2018/08/a-road-to-common-lisp/][A Road to Common Lisp]] +- [[http://cl-cookbook.sourceforge.net/][Common Lisp Old Cookbook]] + +** Видео +- https://www.youtube.com/watch?v=nSJcuOLmkl8 +- https://www.youtube.com/playlist?list=PLCpux10P7KDKPb4eI5b_qSnQaY1ePGKGK |