For those interested, I have adapted for Carbon MacForth
the following two extensions:
1) Professor Julian Noble's FORmula TRANslator. v. 1.11
2) Andrew McKewan's OOP extensions. These are based on
the Neon/Yerk/Mops model.
All files should be available at this URL:
http://members.talkamerica.net/douglashoffman@[EMAIL
PROTECTED]
note about the OOP extensions.
I have added these features to Andrew's code:
1) Implicit late binding to values.
2) Implicit late binding to locals.
3) Late binding any message to any object reference on the stack via
^obj message: **
4) RightArrow syntax, which is simply a shorthand notation for the PUT:
and GET: messages.
5) Cascaded messages, which is a shortened syntax for sending multiple
consecutive messages to the same object (or any message receptor).
6) A small class library that includes ordered collections, handles,
and a basic string class.
Regards,
-Doug