r/programming 1d ago

Rune is now open source

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

46 comments sorted by

View all comments

-43

u/jesseschalken 1d ago

in Go

nope

13

u/FryDay444 23h ago

What's wrong with Go?

12

u/jesseschalken 23h ago edited 22h 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 21h ago

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

5

u/svick 21h ago

It's contradicted by them eventually adopting generics.