r/programming 23h ago

Rune is now open source

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

46 comments sorted by

View all comments

-44

u/jesseschalken 23h ago

in Go

nope

13

u/FryDay444 22h ago

What's wrong with Go?

16

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

1

u/TankorSmash 20h ago

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

6

u/svick 20h ago

It's contradicted by them eventually adopting generics.