Turtle Graphics in FORTH
Posted: Tue Dec 23, 2025 12:14 am
Turtle Graphics has a pretty long history with FORTH, not just LOGO or Pascal. So I decided to write a Turtle Graphics module in PLASMA and interact with it in PLEIADES FORTH. Honestly, FORTH seems like a better match to Turtle Graphics than LOGO, which I never really got.
This was my first time actually using the RECURSE word in PLEIADES FORTH - I'm glad it worked!
My horrible video: https://www.youtube.com/watch?v=AYiaLyojo9g
32 MB Disk image: https://github.com/dschmenk/PLASMA/raw/ ... ES-2.20.po
140K floppy image: https://github.com/dschmenk/PLASMA/raw/ ... PLFORTH.po
FORTH source: https://github.com/dschmenk/PLASMA/blob ... turtle.4th
Turtle Graphics module source: https://github.com/dschmenk/PLASMA/blob ... turtle.pla
This was my first time actually using the RECURSE word in PLEIADES FORTH - I'm glad it worked!
My horrible video: https://www.youtube.com/watch?v=AYiaLyojo9g
32 MB Disk image: https://github.com/dschmenk/PLASMA/raw/ ... ES-2.20.po
140K floppy image: https://github.com/dschmenk/PLASMA/raw/ ... PLFORTH.po
FORTH source: https://github.com/dschmenk/PLASMA/blob ... turtle.4th
Turtle Graphics module source: https://github.com/dschmenk/PLASMA/blob ... turtle.pla