Time Out – The language where you have to wait
danieltemkin.com
Time Out – The language where you have to wait
1–5 of 5 posts
Re: Time Out – The language where you have to wait
#2B
R
I
L
I
A
N
T
.
Re: Time Out – The language where you have to wait
#3Reminded me a little bit of sleep sort
Re: Time Out – The language where you have to wait
#4oddly appropriate that the linked webpage for the language [http://esolangs.org/wiki/Time_Out] fails with ERR_CONNECTION_TIMED_OUT
Re: Time Out – The language where you have to wait
#5Interesting.
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.