augment
popularThe world's smallest and fastest classical JavaScript inheritance pattern.
Updated by @aaditmshah
practical-inheritance
A true prototypal inheritance pattern that effectively replaces the classical constructor pattern
Updated by @lorenzogrv
34rth-javascript-core-oo
An node/browser library to support full inheritance, mixins, private, public and static variables, event driven programming (publishing/subscribing to instance events) and a …
Updated by @karlheinz.toni
mixinify
A small library to create factories with useful mixins-based inheritence. Inspired by React's createClass method.
Updated by @intelligibabble
simile
A small library which attempts to push prototypal inheritance to its natural conclusions in JavaScript. For ECMAScript 5.
Updated by @nathan-wall
protomatter
A JavaScript object creation library featuring private properties and private methods.
Updated by @whastings
objects-mixing
This module is for mixing an objects in one super object.It uses __proto__ property to combine objects, but not just copying properties and methods.
Updated by @pashoo
protolang
A programming language that compiles to JavaScript and emphasizes prototypes, integrity, and syntax.
Updated by @nathan-wall