▲ | Philpax 12 hours ago | |||||||||||||
Does Rust not meet that description? | ||||||||||||||
▲ | amluto 12 hours ago | parent [-] | |||||||||||||
Rust is very good at making things immutable. But that doesn't mean it's particularly fun to, for example, append or prepend something to a list and retain a reference to both the old and the new list. Compare to most "functional" languages, in which prepending an item to a list and ending up with immutable references to the old and new lists is almost the defining feature of the language. | ||||||||||||||
|