Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
forth_language [2007-09-12 10:18] 192.168.1.50forth_language [2008-05-13 15:49] (current) 81.188.78.24
Line 1: Line 1:
  
-==== the forth programming language ====+==== the FORTH programming language ====
  
-Forth is a stack based procedural programming language. [[wp>Forth_(programming_language)]]+Forth is a stack based procedural programming language, able to be found (or installedon microprocessors, embedded systems, and personal computers. It encourages an itterative, exploratory style of programming, defining and redefining  'words' as programmes take shape.
  
-Forth implementations mentioned in the libarynth+===Forth implementations ===
   * [[Packet Forth]]   * [[Packet Forth]]
   * [[amforth]]   * [[amforth]]
 +  * [[open firmware]]
 +  * gforth (aka GNU Forth) > http://www.complang.tuwien.ac.at/forth/gforth/
 +  * implementations  for a wide range of hardware can be found at http://www.forth.org/compilers.html
 +  * jonesforth  -- heavily commented/literate -> http://www.annexia.org/forth
  
-reading+===reading=== 
 +  * [[wp>Forth_(programming_language)]]
   * "thinking forth" > http://thinking-forth.sourceforge.net/   * "thinking forth" > http://thinking-forth.sourceforge.net/
 +  * The Forth Interest Group (FIG) > http://forth.org
  
-tutorials+===tutorials===
   * http://wiki.laptop.org/go/Forth_Lessons   * http://wiki.laptop.org/go/Forth_Lessons
  
  
  • forth_language.1189592307.txt.gz
  • Last modified: 2007-09-12 10:18
  • by 192.168.1.50