Forth Lessons: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Added lessons 22 and 23)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 25: Line 25:
*[[Forth Lesson 22]] - Using Forth Under Linux
*[[Forth Lesson 22]] - Using Forth Under Linux
*[[Forth Lesson 23]] - Recipes
*[[Forth Lesson 23]] - Recipes
*[[Device Tree Hacking | Forth Lesson 24]] - Device Tree Hacking
<!-- also edit Template:Forth_Lessons -->


== External links ==
== External links ==
See also the following pages for more forth information:
See also the following pages for more forth information:
* [http://galileo.phys.virginia.edu/classes/551.jvn.fall01/primer.htm A Forth Primer]
* [http://galileo.phys.virginia.edu/classes/551.jvn.fall01/primer.htm A Beginner's Guide to Forth] by J.V. Noble,
* [http://www.forth.org/ FIG]
* [http://www.forth.org/ Forth Interest Group] (dissolved),
* [http://www.gnu.org/software/gforth/ Gforth]
* [http://www.gnu.org/software/gforth/ Gforth],
* [http://www.complang.tuwien.ac.at/forth/gforth/Docs-html/ Gforth Manual]
* [http://www.complang.tuwien.ac.at/forth/gforth/Docs-html/ Gforth Manual],
* [http://www.forth.com/starting-forth/ Starting Forth] or [http://home.iae.nl/users/mhx/sf.html Starting Forth] An excellent introductory book by Leo Brodie
* [http://www.forth.com/starting-forth/ Starting Forth] or [http://home.iae.nl/users/mhx/sf.html Starting Forth] by Leo Brodie, an excellent introductory book,
* [http://thinking-forth.sourceforge.net Thinking Forth] Leo Brodie's book about Forth Philosophy
* [http://thinking-forth.sourceforge.net Thinking Forth] by Leo Brodie, about Forth Philosophy,
* [[Object-Oriented Forth]] deep diving into oof.fs
* [[Object-Oriented Forth]] deep diving into oof.fs.


[[Category:Forth]]
[[Category:Forth]]

Latest revision as of 07:06, 15 February 2013

This is a series of lessons on the Forth programming language and Open Firmware. New lessons are added periodically, so check back frequently or watch the page if you are interested.

External links

See also the following pages for more forth information: