Scala.js looks exciting. It's rare to see compiled-to-JS langs with non-JS semantics but still allow interoperability with jQuery et al.
miniblog.
Related Posts
JavaScript libraries are rarely updated in the wild. Cloudflare is observing increasing usage even for old versions of jQuery! https://blog.cloudflare.com/javascript-libraries-are-almost-never-updated/amp/
It'd be interesting to normalise against total web traffic size.
@wasamasa@niu.moe I suppose it makes some usages easier and others harder.
jQuery.each supports early termination, whereas Array.prototype.forEach does not. In Smalltalk this is less necessary.
Delighted to see that jQuery 3.0 will have standards-compliant Promises:
