june
june copied to clipboard
Initial OOP support
Things to decide on:
- [ ] Nominal or structural subtyping
- [ ] Explicit subclassing vs
delegate
field - [ ] Support type expansion via named impls?
- [ ] Can classes contain more than fields and methods? If so, do we need modules?