I have a soft spot for Forth (remembering the Jupiter Ace) and it might be quite cute to have a Forth that you can boot directly to on the Pi.
I know there are Forths available in Linux etc., but I'm specifically interested in a bare-metal implementation.
There are probably a number of suitable ARM Forths as a starting point and it might be easy enough to use the excellent bare-metal tutorials as a starting point for providing the I/O primitives for a text-only bootstrapping of an existing Forth on the Pi.
I might have a bash at this myself if I can find the time... but perhaps someone has already had the same idea?