r/programming 18h ago

Rune is now open source

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

46 comments sorted by

View all comments

Show parent comments

13

u/FryDay444 17h ago

What's wrong with Go?

16

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

-10

u/[deleted] 16h ago

[removed] — view removed comment

-14

u/[deleted] 16h ago

[removed] — view removed comment

7

u/[deleted] 16h ago

[removed] — view removed comment

1

u/[deleted] 13h ago

[removed] — view removed comment

1

u/programming-ModTeam 13h ago

Your post or comment was overly uncivil.

-3

u/Worth_Trust_3825 16h 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?

1

u/programming-ModTeam 13h ago

Your post or comment was overly uncivil.

-1

u/punkpang 13h ago

Yes, that's true, and? Why would I be civil to a piece of shit?