Y
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
mtreis86
2381 days ago
Practical Common Lisp is very accessible for learning and quite project focused.
http://www.gigamonkeys.com/book/
link
armitron
2381 days ago
https://github.com/norvig/paip-lisp
link
cylinder714
2381 days ago
Vladimir Sedach's "Common Lisp is the best language to learn programming":
https://oneofus.la/have-emacs-will-hack/2011-10-30-common-li...
link
natalyarostova
2381 days ago
I’m making a static website in clojure, which is how I managed to get myself to learn some lisp.
link