The work by you, @aemkei et al was the inspiration for this chapter. :-)
Back when it appeared on HN, the first thing I entered was =(function(){for(;;){}})() — which predictably froze the browser.
Trying to find a sufficiently-robust way around this restriction ended up shaping the Web Worker based structure. So, thanks for the inspiration & golfing!
Comments
The work by you, @aemkei et al was the inspiration for this chapter. :-)
Back when it appeared on HN, the first thing I entered was =(function(){for(;;){}})() — which predictably froze the browser.
Trying to find a sufficiently-robust way around this restriction ended up shaping the Web Worker based structure. So, thanks for the inspiration & golfing!
oh, awesome. It's always a pleasure to find that the golfing we do inspires other people to do other projects ;)