An open API service indexing awesome lists of open source software.

https://github.com/munificent/multipleinheritance.js

A little hack to get multiple inheritance working in JavaScript.
https://github.com/munificent/multipleinheritance.js

Last synced: 9 months ago
JSON representation

A little hack to get multiple inheritance working in JavaScript.

Awesome Lists containing this project

README

          

This is a simple little hack to get Self-style multiple inheritance working in
JavaScript. It requires a JS engine that supports proxies, which as of this
writing means Firefox 4 Beta.

You can find out more about this weird little idea here:
http://journal.stuffwithstuff.com/2011/02/21/multiple-inheritance-in-javascript/

Remember kids, always put on safety goggles before performing an experiment.