Forth Lessons: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (Lesson 8)
(beautify links)
Line 1: Line 1:
This is a series of lessons on the [[FORTH|Forth programming language]] and Open Firmware. New lessons are added periodically, so check back frequently or watch the page if you are interested.
This is a series of lessons on the [[FORTH|Forth programming language]] and Open Firmware. New lessons are added periodically, so check back frequently or watch the page if you are interested.


#[[Forth_Lesson_0]] - Motivation and Basic Syntax
#[[Forth Lesson 0]] - Motivation and Basic Syntax
#[[Forth_Lesson_1]] - Stack and Numbers
#[[Forth Lesson 1]] - Stack and Numbers
#[[Forth_Lesson_2]] - Stack diagrams and Comments
#[[Forth Lesson 2]] - Stack diagrams and Comments
#[[Forth_Lesson_3]] - Arithmetic Operators and Calculations
#[[Forth Lesson 3]] - Arithmetic Operators and Calculations
#[[Forth_Lesson_4]] - Making New Definitions
#[[Forth Lesson 4]] - Making New Definitions
#[[Forth_Lesson_5]] - Introspection
#[[Forth Lesson 5]] - Introspection
#[[Forth_Lesson_6]] - Variables and Data Storage
#[[Forth Lesson 6]] - Variables and Data Storage
#[[Forth_Lesson_7]] - Control Structures
#[[Forth Lesson 7]] - Control Structures
#[[Forth_Lesson_8]] - Strings
#[[Forth Lesson 8]] - Strings





Revision as of 04:43, 17 January 2007

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: