In-reply-to » Go does not need a Java-style GC Modern languages such as Go, Julia and Rust don’t need complex garbage collectors like the ones use by Java C#. But why? To explain why, we need to get into how garbage collectors work and how different languages allocate memory in different ways. However, we will start by looking at why Java in particular needs such a complex garbage collector. Good info on how Go deals with memory versus how Java, mainly, handles memory. The most interesting start of a rabbit ... ⌘ Read more

@prologic@twtxt.net yeah see while I usually bag out Google at every opportunity I can give them credit for things like Go. Granted a lot of it was throwing money at the right people, such as Rob Pyke, but the point remains.

In a similar vein while I don’t know much about Flutter and Dart, those projects no doubt made mobile app development a fair bit easier and streamlined.

⤋ Read More