Re: [go-nuts] Go playfield has no time limit now?

2019-09-25 Thread T L
On Wednesday, September 25, 2019 at 7:52:31 AM UTC-4, Axel Wagner wrote: > > (note, that the playground never responded in realtime - the process was > run to its conclusion and a JSON doc containing all the output with > appropriate timing was served and replayed using javascript. See >

Re: [go-nuts] Go playfield has no time limit now?

2019-09-25 Thread 'Axel Wagner' via golang-nuts
(note, that the playground never responded in realtime - the process was run to its conclusion and a JSON doc containing all the output with appropriate timing was served and replayed using javascript. See https://blog.golang.com/playground) On Wed, Sep 25, 2019 at 1:50 PM Axel Wagner wrote: >

Re: [go-nuts] Go playfield has no time limit now?

2019-09-25 Thread 'Axel Wagner' via golang-nuts
It obviously still has a time-limit: https://play.golang.org/p/GH67vNtpZyp (also, your program is an endless loop too) What changed, I guess, is that output produced before the process got cut of is now actually served. On Wed, Sep 25, 2019 at 1:29 PM T L wrote: > For example: