Live data from Hacker News

Show HN: R3forth, a ColorForth-inspired language with a tiny VM

github.com

1–10 of 18 posts

Re: Show HN: R3forth, a ColorForth-inspired language with a tiny VM

#8
post #2

Very interesting, great work! This reminded me of something. I just checked and to my amazement Mike Hore's Powermops is still around and even has an ARM version.[1] [1] https://www.powermops.org

Yes, that's neat -- it is basically a modern Neon, which was an object-oriented Forth for the Mac in the 1980s.

Re: Show HN: R3forth, a ColorForth-inspired language with a tiny VM

#9
post #7

In the first code example in the readme ("First program"), there's `sdlcls`, `SDLinit`, and `SDLShow`. Is there some significance to the capitalisation?

r3forth is case insensitive

Ah, it might be nice to mention that before the first code example, then. Or just use consistent case in the first example, to avoid distracting people with details that aren't the thing you're trying to demonstrate.
Post reply on HN