source: content/digarden/pages/20210423140558-common_lisp.org@ 972a737

Last change on this file since 972a737 was 972a737, checked in by w96k <w96k@…>, on Apr 16, 2023 at 5:54:55 PM

Add logseq

  • Property mode set to 100644
File size: 1.6 KB
Line 
1:PROPERTIES:
2:ID: eba2c232-f2b2-44b1-840d-bf0fcfb36db5
3:END:
4#+title: Common Lisp
5* Common Lisp
6Демо:
7https://youtube.com/watch?v=XLkUI89fgRI
8
9Книги:
10[[http://www.cs.cmu.edu/afs/cs.cmu.edu/user/dst/www/LispBook/index.html][Common Lisp: Gentle Introduction to Symbolic Computation]]
11COMMON LISPA: n Interactive Approach
12
13http://cl-cookbook.sourceforge.net
14
15CLOS против:
16- Java:
17 https://franz.com/resources/educational_resources/clos_versus_other/java.lhtml
18- C++:
19 https://franz.com/resources/educational_resources/clos_versus_other/cpp.lhtml
20
21Дополнения к стандарту:
22- sockets via usocket
23- threading via bordeaux-threads
24- metaobject protocol via closer-mop
25- foreign function interface via cffi
26
27** Ресурсы
28- [[https://stevelosh.com/blog/2021/03/small-common-lisp-cli-programs/][Writing Small CLI Programs in Common Lisp]]
29- [[https://www.ai.sri.com/~delacaze/alu-site/alu/table/contents.htm][The Association of Lisp Users]]
30
31[[https://jtra.cz/stuff/lisp/sclr/index.html][Reference]]
32
33[[https://lispcookbook.github.io/cl-cookbook/clos.html][CLOS]]
34
35** Статьи
36- [[http://nhplace.com/kent/Papers/][Набор академических статей и мануалов по лиспам]]
37- [[http://www.p-cos.net/lisp/guide.html][Pascal Costanza's Highly Opinionated Guide to Lisp]]
38- [[https://stevelosh.com/blog/2018/08/a-road-to-common-lisp/][A Road to Common Lisp]]
39- [[http://cl-cookbook.sourceforge.net/][Common Lisp Old Cookbook]]
40
41** Видео
42- https://www.youtube.com/watch?v=nSJcuOLmkl8
43- https://www.youtube.com/playlist?list=PLCpux10P7KDKPb4eI5b_qSnQaY1ePGKGK
Note: See TracBrowser for help on using the repository browser.