I went down a Forth rabbit hole and found Glenda
Skip Tavakkolian <[email protected]>
| Newsgroups | gmane.os.plan9.general |
|---|---|
| Message-ID | <CAJSxfmJQjAEw12Ly0o9GSvguOEH+GwyUFXBJv=sWZGz6hibqVA@mail.gmail.com> |
So... I have had a couple of STM32F103C8T6 "bluepill" boards laying around for a few years and decided to do something with them. After some uninteresting attempts with Arduino, I found Mecrisp-Stellaris Forth (http://mecrisp.sourceforge.net/) which works great. This lead me to wonder if there are any 9P implementations in Forth (surely not?) Yes! there is one by iru (https://github.com/iru-/9p4). Then I thought about the impossible: a 9p file server in mecrisp forth. I discovered someone had already done exactly that: https://hub.darcs.net/pointfree/ForthFS -Skip