jherdman / protorb forked from olliesaunders/protorb
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
protorb /
| name | age | message | |
|---|---|---|---|
| |
README.markdown | ||
| |
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.

