Pro@programming.dev to Programming@programming.devEnglish · 4 个月前A brief history of JavaScriptdeno.comexternal-linkmessage-square10linkfedilinkarrow-up140arrow-down12
arrow-up138arrow-down1external-linkA brief history of JavaScriptdeno.comPro@programming.dev to Programming@programming.devEnglish · 4 个月前message-square10linkfedilink
minus-squareanton@lemmy.blahaj.zonelinkfedilinkarrow-up6·4 个月前To my understanding, the original meaning of object oriented is more similar to what we call the actor model today. In reference to the modern understanding of OO, js uses prototypal inheritance, which some consider closer to the original vision.
To my understanding, the original meaning of object oriented is more similar to what we call the actor model today.
In reference to the modern understanding of OO, js uses prototypal inheritance, which some consider closer to the original vision.