lisp-lang.org Common Lisp Cookbook awesome-cllearning and tutorialsLisp project of the day Google’s Lisp koans Lisp tips a GitHub repository where anybody can post tips an tricks. search libraries on http://quickdocs.org/ Individual sites: sjl’s road to Lisp Martin Cracauer’s Gentle Introduction to compile-time computing - excellent article series Screencasts: Of course, see my Udemy Lisp course! I also post videos on Youtube, check this out: How to quickly create a Common Lisp project ...| Lisp journey
Everyone says “Nobody uses Lisp” and Lispers say “Yes they do, there’s ITA, and, um, Autocad, and, uh, oh yeah, Paul Graham wrote Viaweb in Lisp!” Not very helpful for either side. We now have a list: awesome-lisp-companies. It isn’t official nor exhaustive, but it’s way better than the past situaton. Of course, see also: lisp-lang.org’s success stories for a showcase of projects and companies in aerospace, AI & Machine Learning, Science, Graphics etc. Franz.com success storie...| Lisp journey
I learned Java and C at school, I learned Python by myself and it was a relief. After 8 years working and doing side projects in Python and JavaScript (mostly web dev, Django/Flask/AngularJS/Vuejs), I am not satisfied anymore by the overall experience so I’m making Common Lisp my language of choice. I am not here to compare languages themselves, but their inherent workflow and their ecosystem. This is the article I wish I had read earlier, when I was interested in Lisp but was a bit puzzled...| Lisp journey
There’s a fantastic showcase of succesfull Common Lisp software on lisp-lang.org: http://lisp-lang.org/success/ so go there first.However all are not open source and it doesn’t list new or not so awesome but very cool or interesting software. That’s what we’ll do here to see that yeah Lisp is used today and to have code bases to look at.If you are looking for CL libraries, you of course had a look to the Awesome CL list.| Lisp journey
Caution [from 2017: what a road since then]: this is a draft. I take notes and write more in other resources (the Cookbook, my blog).update, January 2024: see my new video on Youtube, a demo on how to assemble Hunchentoot, easy-routes, Djula templates (with ready-to-use Bulma themes), with error handling and common traps: https://www.youtube.com/watch?v=h_noB1sI_e8update, June 2022: see my web project skeleton, it illustrates and fixes common issues: https://github.| Lisp journey
This is a copy of http://www.nhplace.com/kent/CL/Issues/stream-definition-by-user.html with syntax highlighting.FAILED Issue STREAM-DEFINITION-BY-USER (“Gray Streams”)This is the writeup of failed issue STREAM-DEFINITION-BY-USER. Because it did not pass, it has no official standing other than as a historical document.NOTES: Several vendors have implemented this proposal anyway, so if you’d like to use this facility, you might check to see if it’s available in your implementation of ch...| Lisp journey