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
JavaScript itself was inspired by Self in this case.