40 I only wrote lua today though41 I understand some of that. Not that familiar with PHP, so that explains most of my confusion.
39 Web ASseMbly. Its a binary compile target which can run inside the browser. Though for now it isn't going to replace JS, its a lot faster and open the doors to use much more languages in the browser.39 First question. WASM?
Oh dude, I can empathise! That happens to me fairly regularly, my wife seems to have friends with broods.36 my house has been infested with other people's children!
------------------------
My Age of Engineering Series: http://www.youtube.com/playlist?list=PLUZaEaeCvlj6ChY3jks-N8rW74_3qEtmD
Web ASseMbly. Its a binary compile target which can run inside the browser. Though for now it isn't going to replace JS, its a lot faster and open the doors to use much more languages in the browser.
If you are a GM the script will run on the client instead of a server, this should (hopefully) reduce the load on the server by a good amount.
29 I have an older sister... None of the perks of having a big brother and all of the drama of having a big sister31. As the youngest of three, I imagine I was an endless source of irritation for my big brothers...
30 and on top of that, in firefox it can already start dealing with it while its being downloaded. Thus it can almost run directly after the last few bits are in, as opposed to JS where the browser needs to wait for the whole file before it can do anything meaningful with it.30
Ah, I head about that. Essentially precompiled JS, a la Java bytecode, which all major browsers have standardized on. Significantly faster than interpreting the JS in browser, and allows other languages to be compiled into it.
real_array_shift_by_one