Replies: 2 comments 3 replies
-
Do you have a specific proposal? Mutable is such a deep aspect of the runtime that I doubt this is really doable in something like Civet. But if you have specific ideas (freezing everything all of the time?), happy to discuss. |
Beta Was this translation helpful? Give feedback.
2 replies
-
One feature we could add that may get us 70% of the way there is to add a compiler flag to default |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the things I hate the most about TypeScript is that everything is mutable by default.
I wish there was an option that made everything immutable by default at compile time.
It'd be great if it something similar could be implemented in Civet.
Beta Was this translation helpful? Give feedback.
All reactions