ozra / onyx-lang

The Onyx Programming Language
Other
95 stars 5 forks source link

Modules in Onyx should act as `extend self` in crystal #85

Closed ozra closed 8 years ago

ozra commented 8 years ago

Definitions in a module in Onyx should work as extend selfed modules in Crystal. For type-partials trait is used instead.

stugol commented 8 years ago

Damn straight. Getting sick of all these self.s.