diff options
| author | jgart | 2022-02-08 18:00:10 -0500 |
|---|---|---|
| committer | jgart | 2022-02-08 18:00:10 -0500 |
| commit | b868e8a770063cfcb2bdece9ae86145983054c2d (patch) | |
| tree | 41092181d933d5ada2fec62da47e78ec871655e6 /topics/lisp | |
| parent | fc1deb1c763cb0e02b7948eedca95f6b244a4266 (diff) | |
| download | gn-gemtext-b868e8a770063cfcb2bdece9ae86145983054c2d.tar.gz | |
add more sections to common lisp notes
Books, Practice, and Asking Questions Online
Diffstat (limited to 'topics/lisp')
| -rw-r--r-- | topics/lisp/common-lisp-notes.gmi | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/topics/lisp/common-lisp-notes.gmi b/topics/lisp/common-lisp-notes.gmi index c210550..813ddfc 100644 --- a/topics/lisp/common-lisp-notes.gmi +++ b/topics/lisp/common-lisp-notes.gmi @@ -1,4 +1,28 @@ - -List of common lisp packages: +# 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 + +# Getting Help / Asking Questions + +## Libera Chat + +``` +#clschool +#commonlisp +``` + +## Matrix + +``` +#common-lisp:matrix.org +``` + |
