Hacker News new | ask | show | jobs
by wrcwill 851 days ago
definitely. I couldn't go back to a language without result types, null safety, and a way to control mutability.

Unfortunately the list is pretty short.. rust, haskell, and now gleam are three that i've found nice.

gleam and haskell control mutability by being immutable, and rust is kindof have your cake and eat it too with the borrow checker