|
|
|
|
|
by klibertp
3779 days ago
|
|
"Living" being the a key word here. I was astonished when I started learning Common Lisp last year: the language, despite its warts, feels modern and convenient, and the ecosystem - SLIME, asdf & quicklisp - is impressively well designed and surprisingly nice to use. |
|
If you're coming from a Haskell, F#, or even Scala or Ruby background, you might appreciate my functional collections library for CL [0]. It expands the range of code that can easily be written functionally.
Even if you don't have that experience, you might find FSet interesting, but it will take a little longer to wrap your head around.
[0] https://github.com/slburson/fset