vindarel / lisp-journey

Discovering the Common Lisp ecosystem. https://lisp-journey.gitlab.io/
2 stars 0 forks source link

resources/ #28

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Resources - Lisp journey

lisp-lang.org Common Lisp Cookbook awesome-cl learning and tutorials Lisp 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:

https://lisp-journey.gitlab.io/resources/

zetaomegagon commented 2 years ago

Might be a good idea to (append '(clog-tutorial) '(resources)):

https://github.com/rabbibotton/clog/blob/main/LEARN.md

The tutorial's goal is to get you writing real Lisp programs, quickly (like in a day not weeks or years) and to give you the all important high level summary of the entire language that will let you fill in the many blanks and shortcuts with the solid books available, but already being productive means having a bang up time doin' it all.

Note: I am not the author :)