BigFORTH: Difference between revisions

From Rosetta Code
Content added Content deleted
(New page: {{implementation|Forth}} '''bigFORTH''' (executable name '''bigforth''') is a interpreter and x86 optimizing compiler of the Forth language by Bernd Paysan. It has implementations for [[Li...)
 
mNo edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{implementation|Forth}}{{compiler}}'''bigFORTH''' (executable name '''bigforth''') is an interpreter and x86 optimizing compiler of the [[Forth]] language by Bernd Paysan. It has implementations for [[Linux]] and [[Windows]] (pre-beta). It obeys the ANS standard and comes with many libraries and bits of sample code, including a complete [[GUI]] framework called [[MINOS]], and a form editor, [[Theseus]].
{{implementation|Forth}}
'''bigFORTH''' (executable name '''bigforth''') is a interpreter and x86 optimizing compiler of the Forth language by Bernd Paysan. It has implementations for [[Linux]] and [[Windows]]. It obeys the ANS standard and comes with many libraries and bits of sample code, including very complete GUI frameworks called [[MINOS]] and [[Theseus]].


* http://www.jwdt.com/~paysan/bigforth.html
* http://bigforth.sourceforge.net/

Latest revision as of 02:58, 13 January 2015

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

bigFORTH (executable name bigforth) is an interpreter and x86 optimizing compiler of the Forth language by Bernd Paysan. It has implementations for Linux and Windows (pre-beta). It obeys the ANS standard and comes with many libraries and bits of sample code, including a complete GUI framework called MINOS, and a form editor, Theseus.