|
|
|
|
|
by lucian1900
5100 days ago
|
|
Scala generates a lot less garbage, by construction. A lot of that has to do with its compilation model, which is a lot closer to Java's than Clojure's is. Clojure just assumes the JVM can deal with it, and desktop ones do just fine, hence why no one noticed. |
|