Hacker News new | ask | show | jobs
by nafizh 2381 days ago
What would be a good resource to learn Lisp in terms of problem solving or doing projects? I feel I only learn something when I use it to solve a problem in the real world.
4 comments

Practical Common Lisp is very accessible for learning and quite project focused. http://www.gigamonkeys.com/book/
Vladimir Sedach's "Common Lisp is the best language to learn programming": https://oneofus.la/have-emacs-will-hack/2011-10-30-common-li...
I’m making a static website in clojure, which is how I managed to get myself to learn some lisp.