elena-lang icon indicating copy to clipboard operation
elena-lang copied to clipboard

mixings ruby style

Open arakov opened this issue 1 year ago • 2 comments

mixings ruby style

arakov avatar Aug 25 '23 12:08 arakov

What exactly Ruby-style are you planning to bring?

bencz avatar Aug 25 '23 12:08 bencz

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.

arakov avatar Aug 25 '23 12:08 arakov