Forth Lessons: Difference between revisions
Jump to navigation
Jump to search
(catego) |
(forth primer) |
||
Line 8: | Line 8: | ||
#[[Forth_Lesson_5]] - Introspection |
#[[Forth_Lesson_5]] - Introspection |
||
#[[Forth_Lesson_6]] - Variables and Data Storage |
#[[Forth_Lesson_6]] - Variables and Data Storage |
||
== External links == |
|||
See also the following pages for more forth information: |
|||
* [http://galileo.phys.virginia.edu/classes/551.jvn.fall01/primer.htm A Forth Primer] |
|||
[[Category:Software development]] |
[[Category:Software development]] |
Revision as of 22:30, 8 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.
- 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
External links
See also the following pages for more forth information: