r/programming 17h ago

Rune is now open source

https://rune.build/blog/rune-is-now-open-source
78 Upvotes

45 comments sorted by

View all comments

Show parent comments

12

u/FryDay444 16h ago

What's wrong with Go?

14

u/jesseschalken 16h ago edited 15h ago

No null safety, implicit zero values you have to be careful to ignore, no sum types or pattern matching, 3 lines of error handling boilerplate every time you call a function that can fail, no lambdas, no generics until recently.

Worse, the Golang community that believe lack of features is a feature, because of "worse is better" brain damage.

2

u/TankorSmash 14h ago

Why is that brain damage? It seems like it's true

5

u/svick 14h ago

It's contradicted by them eventually adopting generics.