Re: [elixir-core:8030] Re: Module inheritance

2018-05-27 Thread Louis Pilfold
Hi Boris Regardless of whether this functionality is desirable, one could implement functionality like this using Elixir's macro system. As such there is no need for it to be a core language feature. If you want it why not implement it and release it as a Hex package? That way you get the

Re: [elixir-core:8030] Re: Module inheritance

2018-05-27 Thread 'boris kotov' via elixir-lang-core
No, I meant this as a language feature, for users, to re-use functionalities from other modules by extending them. For sure, if you are going to extend something, you should know what the origin is doing, and why you are extending it. I am thinking about some community packages, where some of