Page 1 of 1

Forth Programming Language

Posted: Mon Jun 30, 2003 8:39 am
by gmkrupka
How do you find the free Fourth Program mentioned in the Fourth Article in the Nuts&Volts July/03 edition??

Re: Forth Programming Language

Posted: Tue Jul 01, 2003 6:16 pm
by DAVID
it's in the ftp area of this web site,under the "july 2003" heading, and i've just downloaded it before coming here.
enjoy it.

Re: Forth Programming Language

Posted: Thu Jul 03, 2003 2:47 pm
by greg123
Here is the link.<p>Click to download.<p>Forth Language<p>greg

Re: Forth Programming Language

Posted: Wed Jul 09, 2003 5:04 pm
by wd5gnr
There is also a PIC Forth available (GNU license). I have a tutorial about it at http://tutor.al-williams.com/picforth1.htm

Re: Forth Programming Language

Posted: Wed Oct 01, 2003 10:19 am
by {Ashtray.IND}@com.net
RE: Concerning Forth<p>The Proc5 Fourth compiler for the Macintosh is not yet available. Mostly due to compiling compiler type of bugs. The most recent version won't gobble IFEQ ELSE THEN statements and the infinite nested DO LOOP. It did ,however, output correct code for the 60 or so predefined functions; and somehow managed to work with one Re-enterant ( ). The most notible error at ths point is it skips over the ORG statment and the data structure definitions. It has a complete library of 68000 trap codes for a system 6.1 screen and a dozen or so pre-defined variable types - which can be used as globals for a <blockquote><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><hr><pre> :p ROC ... proc; </pre><hr></blockquote> type of record. The biggest problem is cost recovery given the 4 month Intel copy rate for an interpreted version of the compiler.<p>[ October 15, 2003: Message edited by: Barkley Hunter ]</p>