VFXForth: Difference between revisions

From Rosetta Code
Content added Content deleted
(VFX Forth is a compiler)
(Fix MPE link)
 
Line 3: Line 3:
'''VFX Forth''' features a kernel written to the ANS Forth standard. VFX Forth includes the VFX optimising code generator which produces the fastest, tightest Forth code available.
'''VFX Forth''' features a kernel written to the ANS Forth standard. VFX Forth includes the VFX optimising code generator which produces the fastest, tightest Forth code available.


* [http://www.mpeforth.com/software.htm MicroProcessor Engineering]
==External links==
* [http://www.mpeforth.com/software.htm]

Latest revision as of 11:45, 5 February 2016

VFXForth is an implementation of Forth. Other implementations of Forth.
VFXForth is an example of a compiler. You may find the programming tasks that have been solved using it here.

VFX Forth features a kernel written to the ANS Forth standard. VFX Forth includes the VFX optimising code generator which produces the fastest, tightest Forth code available.