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 comment
[ 2.6 ms ] story [ 15.1 ms ] threadJavaScript itself was inspired by Self in this case.