user defined immediate classes #742
Labels
design
Design questions and issues
duplicate
Duplicate of another bug
feature-lang
Language or library feature
Milestone
Assuming slots are by default immutable, and you need to mark them as mutable somehow:
means
MyThing
could be represented with an datum pointing directly to the SomeConcreteClass instance, instead of to a heap allocation for MyThing instance.The text was updated successfully, but these errors were encountered: