Why ?
- Ring js helps to create class system which supports multiple inheritance in a classical object oriented way.
- As such , javascript supports prototypal inheritance which is not that flexible in supporting multiple inheritance or mixin way of reusing classes which is addressed by this.
- Ring js is inspired by python’s classical multiple inheritance system.
Info -
- Home page - Continue reading