mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.1K
active users

@zeh I love Go, but that is a strange decision.

@bit101

The decision seems to be more due to how Go's approach resembles TypeScript, so the existing compiler can be "ported" rather than re-architectured.

github.com/microsoft/typescrip

In that aspect, it makes sense, but it also means it was a choice of convenience over results (regardless of whether a different language would have better results).

GitHubWhy Go? · microsoft typescript-go · Discussion #411Language choice is always a hot topic! We extensively evaluated many language options, both recently and in prior investigations. We also considered hybrid approaches where certain components could...

@zeh let's say they have still room for improvement :P

@zeh that's got to be a jarring transition for people used to writing in a language with an expressive type system. Go always feels so clunky to me after writing Rust for so long.