Re: New Language
- Posted by Mario Steele <eumario at trilake.net> Sep 26, 2006
- 569 views
Hey Mike, Interesting design, very similar to the way Ruby does it's OOP design. I take it the following definitions are:
method protected call_failed(Exception reason, string name, array parameters) public integer locked
protected means that it can only be called within the Class itself, and public integer means that it's an Instance Variable? I'd be interested in seeing how this language evolves, as I'd like to see where it goes from here. Mario Steele http://enchantedblade.trilake.net Attaining World Dominiation, one byte at a time...