VFXForth: Difference between revisions

From Rosetta Code
Content added Content deleted
(Add VFX Forth implementation)
 
(VFX Forth is a compiler)
Line 1: Line 1:
{{implementation|Forth}}
{{implementation|Forth}}{{compiler}}


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.


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

Revision as of 11:43, 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.

External links