PrototypeBasedLanguages
ThoughtStorms Wiki
Languages with objects but not classes.
Examples :
- Javascript, wrrlds most misunderstood programming language : http://www.crockford.com/javascript/javascript.html
- Teaching OO with emphasis on objects : http://www.artima.com/weblogs/viewpost.jsp?thread=6771
In a sense, prototype languages which deny the "class-instance" are denying a clean total abstraction. They're more like FractionalAbstraction.
Is that really true? Surely they just move the abstraction to runtime rather than compile time? – AdrianHoward
So see also OnAbstraction, DoesAbstractionScale
CategoryAbstraction, CategoryProgramming
Backlinks (2 items)