|
|
|
|
|
by 38529977thrw
925 days ago
|
|
Just for the record, in Java (JVM) this is done (routinely circa first 'bean containers' of ancient history) via interfaces and class loaders. Using Java I can have n distinct versions of a class each implementing the same interface in the same process as long it is the interface reference that is passed around. > immutability Make a case for immutability being so critical to HMR. How does an immutable data allow for swapping of code. |
|