Skip to content
Prev 36007 / 63424 Next

proto and baseenv()

On 25/02/2010 8:50 AM, Ben wrote:
I think you are looking for a different object model than proto offers.  
There aren't many languages that offer the prototype object model.
Which languages are you thinking of?  The paper about proto only 
mentions Self, LispStat, and Javascript. The Wikipedia page 
http://en.wikipedia.org/wiki/Prototype-based_programming has a long list 
of obscure ones, but the only additional ones I've used are R, Perl and 
Tcl, all with add-on packages.

Duncan Murdoch