public
Description: Prototype-based OOP for Ruby
Homepage:
Clone URL: git://github.com/olliesaunders/protorb.git
name age message
file README.markdown Loading commit data...
file proto.rb
README.markdown

To make this useful you pretty much need to rewrite the entire core library from scratch again. It works as a proof of concept though.

$obj.copy([optional prototype obj]) => to make new objects $obj.def { |params| stuff } => method definitions

I don't intend upon developing this much further. I've turned my interest to Slate PL, in part because, I expect, were this library completed, performance would be horrendous.