From d6588d08cd8b2b0983a9d29d6500b7c73e5f5eea Mon Sep 17 00:00:00 2001 From: vindarel Date: Fri, 24 Feb 2023 12:10:43 +0100 Subject: [PATCH] README: Lisp links --- README.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.org b/README.org index 00d61da..e8b769f 100644 --- a/README.org +++ b/README.org @@ -105,6 +105,7 @@ Rules - [[#language-extensions][Language extensions]] - [[#final-words][Final words]] - [[#how-to-generate-the-documentation][How to generate the documentation]] +- [[#lisp][Lisp?!]] * Install @@ -371,3 +372,15 @@ and now: * How to generate the documentation See =src/ciel.lisp= and run =(generate-dependencies-page-reference)=. + +* Lisp?! + + - [[https://github.com/CodyReichert/awesome-cl][awesome-cl]] + - [[https://lispcookbook.github.io/cl-cookbook/][the Common Lisp Cookbook]] + - [[https://lispcookbook.github.io/cl-cookbook/editor-support.html][editor support]] + - [[https://github.com/azzamsa/awesome-lisp-companies/][Lisp companies]] + - blog posts: + - [[https://lisp-journey.gitlab.io/blog/these-years-in-common-lisp-2022-in-review/][these years in Lisp: 2022 in review]] + - [[https://lisp-journey.gitlab.io/pythonvslisp/][Python VS Common Lisp, workflow and ecosystem]] + - [[https://stevelosh.com/blog/2018/08/a-road-to-common-lisp/][A road to Common Lisp]] + - 🎥 my [[https://www.udemy.com/course/common-lisp-programming/?referralCode=2F3D698BBC4326F94358][Common Lisp course in videos: from novice to efficient programmer]], on the Udemy platform.