Hacker News new | ask | show | jobs
by mikewarot 660 days ago
It seems like forth, with a lot of chopping to get the size down, and greatly simplify parsing.

However... it doesn't have stack manipulation, a dictionary, or the ability to handle strings in any fashion.

It's a cute little language, you can solve a lot of problems with it, but it's not the Forth you're looking for. ;-)

1 comments

You’re right, it definitely doesn’t smell quite right. But it’s definitely related and very cute. I love seeing these kinds of minimalist ideas experimented in novel (to me) ways.