|
|
|
|
|
by nextos
1384 days ago
|
|
I've written quite a lot of Clojure and some Racket, but never really settled down on CL aside from reading PCL and most of PAIP. In other words, I never coded something sufficiently big to understand the pros of CL. Hence, I'm curious. What stuff I'm missing out in terms of language features and libraries? |
|
use common lisp (sbcl) if you want c-level performance
use common lisp if you want to make optimizing compilers
use common lisp if you want smalltalk type repl driven interactive development