who has a better philosophy when it comes to software engineering?
Post
Remote status
Context
10@scathach @genmaicha i have never really missed enums, consts of a bespoke type usually suffice. go is garbage collected c more than anything else.
what makes go good is having a rather sane ecosystem. the compiler is sane, cross-compiling (pure go) works out of the box, the module system with no central repository but checksums is how it should be everywhere.
it's not 100%, but a very good 80% language, especially for the things it was designed for.
gcc-go needs more love though.
@scathach @genmaicha i think i ignored D because of being quasi-closed-source for such a long time.
Replies
0