I thought I knew all the ways to call functions without parentheses: alert`1337` throw onerror=alert,1337 Function`x${'alert\x281337\x29'}x``` 'alert\x281337\x29'instanceof{[Symbol['hasInstance']]:eva... (more…)
Read more »
If you didn't grab a few cups of coffee for my last post, you're going to want to for this one. While writing my last post about js-csp, a port of Clojure's core.async, they announced transducers which solves a key problem when working with transformation... (more…)
Read more »
Elixir-style actors in JavaScript. Spawn "processes", then send and receive messages between them – just like you would in Elixir. (more…)
Read more »
JavaScript popularity continues its rising. In 2016 we’ve witnessed such great changes, as AngularJS entire upgrade and introduction of Angular 2, ultimate dominating of jQuery that is applied on 96.5% of all JS sites, evolution of ECMAScript, two updat...
Read more »
A JavaScript library for building user interfaces based on observables 🚀 - es-repo/reactive-elements... (more…)
Read more »