Line | |
---|
1 | :PROPERTIES:
|
---|
2 | :ID: eba2c232-f2b2-44b1-840d-bf0fcfb36db5
|
---|
3 | :END:
|
---|
4 | #+title: Common Lisp
|
---|
5 | * Common Lisp
|
---|
6 | Демо:
|
---|
7 | https://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]]
|
---|
11 | COMMON LISPA: n Interactive Approach
|
---|
12 |
|
---|
13 |
|
---|
14 | http://cl-cookbook.sourceforge.net
|
---|
15 |
|
---|
16 | CLOS против:
|
---|
17 | - Java:
|
---|
18 | https://franz.com/resources/educational_resources/clos_versus_other/java.lhtml
|
---|
19 | - C++:
|
---|
20 | https://franz.com/resources/educational_resources/clos_versus_other/cpp.lhtml
|
---|
21 |
|
---|
22 | Дополнения к стандарту:
|
---|
23 | - sockets via usocket
|
---|
24 | - threading via bordeaux-threads
|
---|
25 | - metaobject protocol via closer-mop
|
---|
26 | - foreign function interface via cffi
|
---|
27 |
|
---|
28 | ** Ресурсы
|
---|
29 | - [[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.