Win32Forth: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Added intrawiki links)
m (Formatting, intrawiki link)
 
Line 1: Line 1:
{{implementation|Forth}}'''Win32Forth''' is a version of Forth tailored to the [[Microsoft]] [[Windows]] [[platform]]. It was originally written by Tom Zimmer who has been writing Forth implementations since the 1980s, it is now a public project. In addition to ANS Forth, it also comes with a hypertext code editor, megabytes of library and application code, and an object oriented framework.
{{implementation|Forth}}
'''Win32Forth''' is a version of Forth tailored to the Microsoft [[Windows]] [[platform]]. It was originally written by Tom Zimmer who has been writing Forth implementations since the 1980s, it is now a public project. In addition to ANS Forth, it also comes with a hypertext code editor, megabytes of library and application code, and an object oriented framework.


==External links==
==External links==

Latest revision as of 17:52, 25 February 2008

Win32Forth is an implementation of Forth. Other implementations of Forth.

Win32Forth is a version of Forth tailored to the Microsoft Windows platform. It was originally written by Tom Zimmer who has been writing Forth implementations since the 1980s, it is now a public project. In addition to ANS Forth, it also comes with a hypertext code editor, megabytes of library and application code, and an object oriented framework.

External links