|
|
|
|
|
by Zababa
1647 days ago
|
|
That's a good option too, though in that case the tradeoff is that compiling to a single binary is a bit harder than in the other languages. Someone mentionned Scala too, which is even "higher level" than OCaml, but I think Scala has the issue of future/async (monadic) concurrency, and is even harder to compile to native. There are lots of options in that space, which is great! > It also does not have the 100B$ garbage collectors of the JVM, which are a deal breaker, at least for me. Can you expand a bit on that? I was under the impression that even with all that investment, Java code tends to be slower and more memory hungry than equivalent Go code. |
|
They’re adding value types of course, but I haven’t looked at how exactly they’ll work.