Forth Lessons: Difference between revisions

From OLPC
Jump to navigation Jump to search
(beautify links)
m (having base 0 & base 1 numeration is confusing...)
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 1]] - Stack and Numbers
#[[Forth Lesson 2]] - Stack diagrams and Comments
#[[Forth Lesson 3]] - Arithmetic Operators and Calculations
#[[Forth Lesson 4]] - Making New Definitions
#[[Forth Lesson 5]] - Introspection
#[[Forth Lesson 6]] - Variables and Data Storage
#[[Forth Lesson 7]] - Control Structures
#[[Forth Lesson 8]] - Strings


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


== External links ==
== External links ==
Line 18: Line 17:
[[Category:Software development]]
[[Category:Software development]]
[[Category:Developers]]
[[Category:Developers]]
[[Category:HowTo]]

Revision as of 13:29, 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.

External links

See also the following pages for more forth information: