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
Ask HN: Any other language than JavaScript using prototypal inheritance?
1–2 of 2 posts
Re: Ask HN: Any other language than JavaScript using prototypal inheritance?
#2Here is a list: https://en.wikipedia.org/wiki/Prototype-based_programming#La...
JavaScript itself was inspired by Self in this case.