Code Your Own Forth - Add Ability to Redefine Compiled Words

Опубликовано: 10 Август 2026
на канале: Code and Crux
424
11

Our main task in this video (10th one in the series already!) is to properly handle redefining of compiled words. When the users adds a compiled word definition that has the same name as a previously compiled word, then the interpreter uses the latest definition and discards the previous definition. Fun fun Forth stuff!

Shout out to the Swift programming language: https://swift.org/

Write Yourself a Forth: http://beza1e1.tuxen.de/articles/fort...

Forth Standard: https://forth-standard.org

cruxForth on GitHub: https://github.com/josephkreydt/cruxF...

https://www.forth.com/