On Apr 24, 2026, at 3:26 PM, Brian L. Stuart via
cctalk <cctalk(a)classiccmp.org> wrote:
Very cool. A while back, I resurrected one of my senior
projects from 1984, a little Forth-based OS for the PDP-11.
It was originally implemented on an 11/34 with an RK05,
but now I've got it on a little LSI-11 in a BA11-VA box
with a little 6809 board I build and wrote a TU58 emulator
for.
I recently started playing a lot more with Forth. The main reason is that I ran into a
very nice extended Forth system for the Raspberry Pico, which makes for a much nicer
development environment than the vendor-supplied C API. It's a bare metal system,
implemented mostly in Forth with the low level bits in assembly language. No C or C++
anywhere.
https://github.com/tabemann/zeptoforth
It does networking, too. I've been using it to develop a nice NTP server (and
disciplined oscillator), very nice and small.
paul