problems@[EMAIL PROTECTED]
wrote:
> Some time back I looked at ficl, but it seems to be incomplete
> and married to Mac, and I need a linux system version.
>
> Then I saw this:-
> "Mini-OOF is (this is mini-oof.fs from gforth 0.6.2):
> ...
> : method ( m v "name" -- m' v ) Create over , swap cell+ swap
> ...
> : class ( class -- class methods vars ) dup 2@[EMAIL PROTECTED]
;
> ...
> : new ( class -- o ) here over @[EMAIL PROTECTED]
allot swap over ! ;
> Create object 1 cells , 2 cells , ...",
> which is using OOP-jargon.
>
> I KNOW that gforth is mature and good as I've tested ver *6*
>
> Is a version of gforth, or some other forth recommended to
> experiment with OOP concepts?
>
> Thanks for any feedback,
SwiftForth has an extensive OOP implemenmtaton. Free evaluation copy at
www.forth.com.
Cheers,
Elizabeth
--
==================================================
Elizabeth D. Rather (US & Canada) 800-55-FORTH
FORTH Inc. +1 310-491-3356
5155 W. Rosecrans Ave. #1018 Fax: +1 310-978-9454
Hawthorne, CA 90250
http://www.forth.com
"Forth-based products and Services for real-time
applications since 1973."
==================================================


|