Forth

Table of Contents

1. Forth: Cheatsheet

Words usualy have the destination on the TOS ( source destination – )

Word Stack Effect Note
! ( w a-addr – ) Pronounced "store"
@ ( a-addr – w ) Pronounced "fetch"

2. TODO Forth

2.1. TODO stack manipulation words

2.2. TODO the interpreters

2.3. TODO meta compilation

2.4. TODO writing an assembler

2.5. TODO bits about the philosophy

2.6. TODO Forth from the perspective of a lisper??

e.g. how to funcall a word?

2.7. TODO The interpreters

2.8. TODO The threading models

2.9. TODO Glossary

2.10. TODO Example of data structures

3. Backlinks

Created: 2024-04-06 Sat 00:49