|
|
|
|
|
by drob518
9 days ago
|
|
If there's one thing that I sometimes wish Lisp had, it's types. Most of the time, I don't need or even want them. But when you're doing a big refactor or changing the shape of your primary data structure, it would be nice to have the compiler be able to assist you in detecting locations where you've cross-wired something. But other than that, I don't care. And yes, Clojure's error messages could be better, but they have been getting better over time. |
|
Let's write some very silly code to turn an integer into a list of digits in Common Lisp: