Hacker News with Generative AI: Forth

Moving Forth: a series on writing Forth kernels (bradrodriguez.com)
A selection of papers I have published, seminars I have presented, and computer programs I have written, that are available on this site. Please note that many of the papers include illustrations -- your browser should support GIF files. Detailed drawings are sometimes offered as PDF (Adobe Acrobat) files.
I learned Snobol and then wrote a toy Forth (ratfactor.com)
I finally learned SNOBOL!
Dusk OS: a 32-bit Forth and big brother to Collapse OS (duskos.org)
Dusk OS is a 32-bit Forth and big brother to Collapse OS. Its primary purpose is to be maximally useful during the first stage of civilizational collapse, that is, when we can't produce modern computers anymore but that there's still many modern computers around.
MilliForth-6502: The smallest Forth real programming language for 6502 (github.com/agsb)
Forth Dialect for Game Development, Targeting Lua (github.com/zeroflag)
My history with Forth and stack machines (2010) (yosefk.com)
This is a personal account of my experience implementing and using the Forth programming language and the stack machine architecture. "Implementing and using" – in that order, pretty much; a somewhat typical order, as will become apparent.
My4th Light – Custom 8-Bit Forth CPU (mynor.org)
The new "XS" platform allows an even smaller computer design. Compared to the original My4TH computer board, the new XS platform has a much more compact microcode.
Adding Raylib to Forth (medium.com)
I have forked pForth as pforth-raylib to add support for Raylib to the language.
Common Lisp implementation of the Forth 2012 Standard (github.com/gmpalter)
Common Lisp implementation of the Forth 2012 Standard, CL-Forth
Callisto: Reverse polish notation programming language inspired by YSL-C3, Forth (github.com/callisto-lang)
A ready to use interactive Forth system for STM8 MCUs (github.com/TG9541)
Subject: Re: Hang on, isn't Forth out of date now? (1996) (tuwien.ac.at)
The Forth Deck mini: a portable Forth computer with a discrete CPU (mynor.org)
A Forth Story (1995) (groups.google.com)
As you learn Forth, it learns from you (1981) (jupiter-ace.co.uk)
Forsp: A Forth+Lisp Hybrid Lambda Calculus Language (xorvoid.com)
Bootstrapping a Forth in 40 lines of Lua code (angg.twu.net)