top | item 45767895

(no title)

ronnier | 4 months ago

Immutability was gaining huge traction with Java... then large parts of the industry switched to golang and we hardly make anything immutable.

discuss

order

XorNot|4 months ago

Go desperately needs support for immutable structs that copy cleanly.

I want to be able to write `x := y` and be sure I don't have mutable slices and pointer types being copied unsafely.

ottah|4 months ago

I would kill for an immutable error type

antonvs|4 months ago

Go is the new PHP.

LogicHound|4 months ago

Much like PHP, you can actually get stuff done unlike a lot of other programming languages.