6 ms·
Numbers of lines of code and improved readability alone are worth switching. As a consequence, less code means less consumption of resources, for Java it is ve
by schiptsov 15y ago
Numbers of lines of code and improved readability alone are worth switching.
As a consequence, less code means less consumption of resources, for Java it is very true.))
Just by looking at the code one could see that Clojure makes the development process for JVM less annoying and frustrating while Scala makes it even more verbose and complicated. ^_^
- ambrosebs 15y agoLisps make it fairly difficult to reason about resource consumption based on code size. And in general, is not a good metric for such a measurement.