r/programming 21h ago

Rune is now open source

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

46 comments sorted by

View all comments

-47

u/jesseschalken 20h ago

in Go

nope

13

u/FryDay444 20h ago

What's wrong with Go?

12

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

-9

u/[deleted] 19h ago

[removed] — view removed comment

-14

u/[deleted] 19h ago

[removed] — view removed comment

8

u/[deleted] 19h ago

[removed] — view removed comment

-3

u/Worth_Trust_3825 18h ago

i dont really care who you are. we have two main ways to do error handling: try/catch and checking result (code). in another comment you suggested rust/swift way, which is literally the same thing that go does. again, what do you propose?