Forth Lessons

From OLPC
Revision as of 00:43, 17 January 2007 by IanOsgood (talk | contribs) (beautify links)
Jump to: navigation, search

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.

  1. Forth Lesson 0 - Motivation and Basic Syntax
  2. Forth Lesson 1 - Stack and Numbers
  3. Forth Lesson 2 - Stack diagrams and Comments
  4. Forth Lesson 3 - Arithmetic Operators and Calculations
  5. Forth Lesson 4 - Making New Definitions
  6. Forth Lesson 5 - Introspection
  7. Forth Lesson 6 - Variables and Data Storage
  8. Forth Lesson 7 - Control Structures
  9. Forth Lesson 8 - Strings


External links

See also the following pages for more forth information: