roc-lang / examples

All kinds of Roc examples

Home Page:https://www.roc-lang.org/examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example suggestion: Inheritance

Anton-4 opened this issue · comments

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.