JONESFORTH git repository
A few years ago I wrote a literate FORTH compiler and tutorial called JONESFORTH. It’s a good way, I think, to understand the power and limitations of FORTH, and a good way to learn a completely different and mind-blowing programming language.
If you’ve not heard of FORTH before, cogitate on this: It is possible to write a FORTH program in 2,000 lines. A program which will boot and provide an entire development environment (inc. editor, compiler etc) on bare hardware.
Anyhow, I just uploaded my semi-private CVS repository to git. You can find it here:
http://git.annexia.org/?p=jonesforth.git;a=summary