|
|
|
|
|
by hardwaresofton
2560 days ago
|
|
To add another point to the Common lisp over Clojure argument, DECLARE[0] offers a way to take advantage of type declarations natively. I stopped using Clojure and don't consider it for new projects because I think types are invaluable documentation now, and it pains me that clojure and it's community doesn't believe the same way (typed clojure[1] does exist but it's contentious). [0]: http://clhs.lisp.se/Body/s_declar.htm [1]: https://github.com/clojure/core.typed |
|