buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.23k stars 34 forks source link

Immutable object instance #53

Closed giann closed 1 year ago

giann commented 2 years ago

Would allow an object instance to be constant expression.

giann commented 1 year ago

Would allow caching of the object and potentially speed up a lot of buzz code

giann commented 1 year ago

duplicate of #114