Open b3nten opened 2 years ago
So I'm thinking we make immutability a core part of the language. This would mean not including let / var keywords, and perhaps not even allowing the use of mutable array methods.
let
var
We can make immutability default like Rust. But add a modifier to make something mutable.
So I'm thinking we make immutability a core part of the language. This would mean not including
let
/var
keywords, and perhaps not even allowing the use of mutable array methods.