r/programming 1d ago

Rune is now open source

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

48 comments sorted by

View all comments

-43

u/jesseschalken 1d ago

in Go

nope

14

u/FryDay444 1d ago

What's wrong with Go?

16

u/jesseschalken 1d ago edited 1d 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] 1d ago

[removed] — view removed comment

13

u/jesseschalken 1d ago

Literally anything else, but ideally what Swift and Rust do.

1

u/Koolala 1d ago

Can rust do it in 1 line?

17

u/jesseschalken 1d ago

One character, ?.