Hacker News new | ask | show | jobs
by mamcx 1572 days ago
I work on CRUD for life.

Rust is GREAT for that.

Is not the safety (borrow checker) but the combination of: Bare structs, enums, pattern matching and some traits (like Into) that make a breeze modeling business rules.

1 comments

Basically any ML derived language, with the added value of automatic memory management.