Open Anton-4 opened 1 year ago
Lots of languages model problems/systems using inheritance. We should create an example that starts from a Java program using inheritance and explain how that pattern can be converted to Roc where we don't have inheritance.
This could be a good case to discuss: https://roc.zulipchat.com/#narrow/stream/231634-beginners/topic/Roc's.20prefered.20approach.20to.20dynamic.20dispatch.20via.20Interfaces/near/465418642
Lots of languages model problems/systems using inheritance. We should create an example that starts from a Java program using inheritance and explain how that pattern can be converted to Roc where we don't have inheritance.