elena-lang
elena-lang copied to clipboard
mixings ruby style
mixings ruby style
What exactly Ruby-style are you planning to bring?
It is inheriting the functionality without directly inheriting the class - https://culttt.com/2015/07/08/working-with-mixins-in-ruby.
In ELENA you can use extension method for this. But they are external ones and accessible only in compile-time.