Echo JS
- Concert.js - Observer/event library with prototype support (inheriting events) https://github.com/moll/js-concert 2 comments
- Classical Inheritance is Obsolete - How to Think in Prototypal OO http://vimeo.com/69255635 5 comments
Hacker News
- Prototypal Inheritance (2008) https://crockford.com/javascript/prototypal.html 13 comments
- The Heart and Soul of Prototypal OO: Concatenative Inheritance https://medium.com/javascript-scene/the-heart-soul-of-prototypal-oo-concatenative-inheritance-a3b64cb27819 7 comments
- Prototypal inheritance in PHP https://github.com/danielmunro/phrototype 3 comments
- Understanding Prototypical Inheritance in JavaScript http://laktek.com/2011/02/02/understanding-prototypical-inheritance-in-javascript/ 12 comments
- Prototype based vs. class based inheritance http://stackoverflow.com/questions/816071/prototype-based-vs-class-based-inheritance/816075#816075 22 comments
- Prototype-based Inheritance Question https://www.reddit.com/r/lua/comments/g1f5dm/prototypebased_inheritance_question/ 10 comments lua
- A Guide To Prototype-Based Class Inheritance In JavaScript https://medium.com/@js_tut/a-guide-to-prototype-based-class-inheritance-in-javascript-849d3c3ddca?source=friends_link&sk=fd103c0f2b738607329455e7c83bb8f2 30 comments javascript
- Prototype-based Inheritance and Prototype chain in JavaScript (ES5) https://medium.com/@thatisuday/es5-29c14f3972fa 3 comments javascript
- [AskJS] Prototype Inheritance and CustomComponents https://parent.call 4 comments javascript
- Understanding Prototypical Inheritance in JS https://medium.com/@mdazmainamin/understanding-prototypical-inheritance-in-js-3c24e8bd74ce 15 comments reactjs
- 3 Different Kinds of Prototypal Inheritance: ES6+ Edition https://medium.com/javascript-scene/3-different-kinds-of-prototypal-inheritance-es6-edition-32d777fa16c9 9 comments javascript
- I can't understand prototypal inheritance. https://www.reddit.com/r/javascript/comments/8ok3u9/i_cant_understand_prototypal_inheritance/ 47 comments javascript
- Prototypal Inheritance https://medium.com/@kevincennis/prototypal-inheritance-781bccc97edb#.1ehmhe5t5 56 comments javascript
- An article about JavaScript Prototype inheritance http://www.ixtendo.com/javascript-prototype-inheritance/ 51 comments javascript
- Javascript: An Exploration of Prototypal Inheritance http://mrjoelkemp.com/2014/01/javascript-an-exploration-of-prototypal-inheritance/ 14 comments javascript
- selfish · A small lib for prototypal inheritance https://github.com/gozala/selfish 5 comments javascript
- Understanding the prototype inheritance model http://www.objectplayground.com/ 16 comments javascript
- JavaScript Prototypal Inheritance and What ES6 Classes Have to Say About It http://www.joezimjs.com/javascript/javascript-prototypal-inheritance-and-what-es6-classes-have-to-say-about-it/ 15 comments javascript
- Prototypes and Inheritance in JavaScript http://msdn.microsoft.com/en-us/scriptjunkie/ff852808 5 comments programming
- JavaScript Prototypes and Inheritance http://beej.us/blog/2010/12/javascript-prototypes-and-inheritance/ 5 comments programming
- Prototypal inheritance in C https://gist.github.com/70a221141a9d19196b1a 28 comments programming
- Javascript – How Prototypal Inheritance really works http://blog.vjeux.com/2011/javascript/how-prototypal-inheritance-really-works.html 6 comments javascript
- Question on Prototypal Inheritance, if B is derives from A, what can't b(instance of B) call methodDeclaredInA? https://stackoverflow.com/q/63877924/6897265 5 comments javascript
- Can anyone please ELI5 classical inheritance vs. prototype inheritance? https://www.reddit.com/r/learnprogramming/comments/adjscb/can_anyone_please_eli5_classical_inheritance_vs/ 5 comments learnprogramming
- The Basics of JavaScript’s (Magical) Prototypal Inheritance https://medium.com/@davidhunt/the-basics-of-javascripts-magical-prototypal-inheritance-aeef895501ab 3 comments javascript
- [Javascript] inheritance behind the scene __proto__, [[prototype]] and prototype https://medium.com/@peterchang_82818/understand-nodejs-javascript-object-inheritance-proto-prototype-class-9bd951700b29#.mtu8yb42p 3 comments node
- Prototypal Inheritance with _.assign, _.merge and Object.create https://medium.com/@rewieer/prototypal-inheritance-with-assign-merge-and-object-create-84260aab5f8c#.e3yjlij5a 3 comments javascript
- n00b clarity questions on prototypical inheritance and objects in the context of Custom Error handling https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error 14 comments javascript
- JavaScript Prototypal Inheritance Model Example http://dtriley.com/posts/understanding-javascript-s-prototypal-inheritance 12 comments javascript
- Emerald - object oriented language that uses prototypal based inheritance. https://github.com/emeraldlang/emerald 60 comments programming
- Need an ELI5 on Prototypes, the Prototype Chain and Prototype Inheritance, like I'm really 5 (in terms of javascript) https://www.reddit.com/r/javascript/comments/8of0nk/need_an_eli5_on_prototypes_the_prototype_chain/ 19 comments javascript
- Microsoft Azure: I'm noticing that Azure functions seem to not preserve the value of `this` for use with prototypal inheritance https://www.reddit.com/r/javascript/comments/6n3o9k/microsoft_azure_im_noticing_that_azure_functions/ 11 comments javascript
- Your Javascript Constructor Logic May Break Prototypal Inheritance http://www.bennadel.com/blog/2180-your-javascript-constructor-logic-may-break-prototypal-inheritance.htm 6 comments javascript
- The Yi Blog: Prototypes: Encoding OO-style inheritance in Haskell http://yi-editor.blogspot.com/2008/12/prototypes-encoding-oo-style.html 2 comments haskell
- 'scopes' -- scopes to eval code in that can prototype inherit from each other and have 'call-next-method' -- two examples line 127 onward http://codepad.org/3quoqx4u 2 comments lua
- [Javascript] Is it possible to extend the module pattern using prototypal inheritance? http://addyosmani.com/resources/essentialjsdesignpatterns/book/ 15 comments learnprogramming
- Javascript Prototypal Inheritance Techniques, featuring classical inheritance and object linking, with extensive output and objects reflection testing, visual representation via prototype diagrams and more https://github.com/iroxtion/javascriptprototypereflection 3 comments javascript
- JAVASCRIPT Chapter 2 Topics:Data Set, Objects, Arrays,JSON,Abstraction, Higher-order Functions, Filtering arrays, Compostability, Strings and Character code, Encapsulation, Prototype, Classes, Maps, Polymorphism, Getter, Setter, Statics, Inheritance. http://practpoint.com/javascript-chapter-2/ 3 comments javascript