๐พ Archived View for bbs.geminispace.org โบ u โบ stack โบ 5008 captured on 2024-06-16 at 19:29:20. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2024-05-26)
โก๏ธ Next capture (2024-08-18)
-=-=-=-=-=-=-
Re: "Spent the day hacking on nForth -- with the goal of running..."
nforth, something I threw together on my own a year ago. it's a little sketchy right now.
2023-09-01 ยท 10 months ago
๐ norayr ยท 2023-09-01 at 18:30:
oooh, i'll search for it. thank you!
๐ stack [OP] ยท 2023-09-01 at 19:18:
I am heavily whumping on it, so it is changing a lot, but if you want to take a peek,
โ https://tildegit.org/stack/nforth
Ignore the github one, as I fixed a bunch of bugs and will wipe github when I can anyway...
Spent the day hacking on nForth -- with the goal of running it in a CGI environment. Since the core is around 4K, it should load fast and keep the server load to a minimum. Most of the day was a slog figuring out what I was doing a year ago. Got it to load silently and parse argv for the file to load...