from Hacker News

Time Out – The language where you have to wait

by rottytooth on 4/30/15, 7:39 PM with 4 comments

  • by zem on 4/30/15, 10:19 PM

    oddly appropriate that the linked webpage for the language [http://esolangs.org/wiki/Time_Out] fails with ERR_CONNECTION_TIMED_OUT
  • by arfar on 4/30/15, 9:44 PM

    Reminded me a little bit of sleep sort

    http://rosettacode.org/wiki/Sorting_algorithms/Sleep_sort

  • by ggchappell on 5/1/15, 5:54 AM

    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.

  • by fdomig on 4/30/15, 9:20 PM

    B R I L I A N T .