← Back to context

Comment by moonchrome

3 years ago

I'd think that if you're dealing with immutable data/pure functions GC becomes transparent even in Java ?

Yeah, however even with using Scala/Clojure, there is the possibility to touch parts of the standard library that fail to uphold such expectactions.

So then one ends up with the usual issue of guest languages, where one needs to create wrappers for the platform APIs to keep the code idiomatic and language invariants.