Line | |
---|
1 | #+title: Common Lisp
|
---|
2 | * Common Lisp
|
---|
3 | Демо:
|
---|
4 | https://youtube.com/watch?v=XLkUI89fgRI
|
---|
5 |
|
---|
6 | Книги:
|
---|
7 | [[http://www.cs.cmu.edu/afs/cs.cmu.edu/user/dst/www/LispBook/index.html][Common Lisp: Gentle Introduction to Symbolic Computation]]
|
---|
8 | COMMON LISPA: n Interactive Approach
|
---|
9 |
|
---|
10 |
|
---|
11 | http://cl-cookbook.sourceforge.net
|
---|
12 |
|
---|
13 | CLOS против:
|
---|
14 | - Java:
|
---|
15 | https://franz.com/resources/educational_resources/clos_versus_other/java.lhtml
|
---|
16 | - C++:
|
---|
17 | https://franz.com/resources/educational_resources/clos_versus_other/cpp.lhtml
|
---|
18 |
|
---|
19 | Дополнения к стандарту:
|
---|
20 | - sockets via usocket
|
---|
21 | - threading via bordeaux-threads
|
---|
22 | - metaobject protocol via closer-mop
|
---|
23 | - foreign function interface via cffi
|
---|
24 |
|
---|
25 | ** Ресурсы
|
---|
26 | - [[https://stevelosh.com/blog/2021/03/small-common-lisp-cli-programs/][Writing Small CLI Programs in Common Lisp]]
|
---|
Note:
See
TracBrowser
for help on using the repository browser.