Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!labrea!decwrl!venere.dec.com!zabot From: zabot@venere.dec.com.UUCP Newsgroups: comp.lang.forth Subject: 1 +! and ODE Message-ID: <11545@decwrl.DEC.COM> Date: Thu, 27-Aug-87 05:10:43 EDT Article-I.D.: decwrl.11545 Posted: Thu Aug 27 05:10:43 1987 Date-Received: Sat, 29-Aug-87 08:33:53 EDT Sender: daemon@decwrl.DEC.COM Organization: Digital Equipment Corporation Lines: 21 (*D: rhea::decwrl::"comp.lang.forth" ) (*D: endlist) Here is another Forth reader. To Thomas Lord who writes : 3) Does there exist an object oriented forth or forth extension? the answer is: Yes. I recently bought JFORTH from Delta Research. It's a Forth implementation on the Commodore Amiga and has a part called ODE ( Object .... ) which is what you're looking for. Please note that this implementation of Forth 'generate' code which is really fast. The reason is that instead of calling a word if it is short enough ( less than the value of a variable) the code ir replicated. It cost some memory but it's really fast. marco