by rottytooth on 4/30/15, 7:39 PM with 4 comments
by zem on 4/30/15, 10:19 PM
by arfar on 4/30/15, 9:44 PM
by ggchappell on 5/1/15, 5:54 AM
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.
by fdomig on 4/30/15, 9:20 PM