blob: cf4801303e180e2faffc83df8dfd1872574161f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# Common LISP: Notes
## List of common lisp packages:
=> https://github.com/CodyReichert/awesome-cl
## Books
http://cliki.net/Lisp+Books
## Practice
https://github.com/google/lisp-koans
https://exercism.io/tracks/common-lisp
## Documentation
The nonguix channel provides an emacs package for the Common Lisp HyperSpec:
=> https://gitlab.com/nonguix/nonguix/-/blob/master/nongnu/packages/emacs.scm#L26 clhs
## Getting Help / Asking Questions
### Libera Chat
```
#clschool
#commonlisp
```
### Matrix
```
#common-lisp:matrix.org
```
## Tags
* type: documentation
* keywords: LISP, common-lisp, packages
|