๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ stack โ€บ 4993 captured on 2023-11-14 at 08:33:56. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2023-11-04)

โžก๏ธ Next capture (2023-12-28)

๐Ÿšง View Differences

-=-=-=-=-=-=-

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...

๐Ÿš€ stack

Sep 01 ยท 2 months ago ยท ๐Ÿ‘ norayr

4 Comments โ†“

๐Ÿ™ norayr ยท Sep 01 at 08:13:

oh, which forth has this core of 4kb? i only used gforth and i had an impression it is not very lightweight.

๐Ÿš€ stack ยท Sep 01 at 12:32:

nforth, something I threw together on my own a year ago. it's a little sketchy right now.

๐Ÿ™ norayr ยท Sep 01 at 18:30:

oooh, i'll search for it. thank you!

๐Ÿš€ stack ยท Sep 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...