HACKER Q&A
📣 leoht

Any other language than JavaScript using prototypal inheritance?


Just wondering if prototypal inheritance is a specific thing of Javascript, or if it's just the most famous language implementing this paradigm, as I couldn't find any other one after some research


  👤 rauschma Accepted Answer ✓
Here is a list: https://en.wikipedia.org/wiki/Prototype-based_programming#La...

JavaScript itself was inspired by Self in this case.