Live data from Hacker News

Time Out – The language where you have to wait

danieltemkin.com

1–5 of 5 posts

Re: Time Out – The language where you have to wait

#5
Interesting.

It don't know that the "time" idea is really necessary. Each number is really an offset from the index of the current command to the index of the next, in a cyclic list of 200 commands. You can delay by that much if you want. Or just figure out the index of the next command, and then execute that command immediately.

The commands themselves are basically a minimalist Forth.