Ask HN: 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
1 comments
Here is a list: https://en.wikipedia.org/wiki/Prototype-based_programming#La...
JavaScript itself was inspired by Self in this case.
JavaScript itself was inspired by Self in this case.