A proposal for adding a useful pipe operator to JavaScript. - tc39/proposal-pipeline-operator... (more…)
Read more »
Over the last few years, browsers got some super powers. They evolved from simple viewers for HTML & CSS to platforms executing our beloved web applications.
This is opening the doors for developers to do incredible things. And this is awesome. How... (more…)
Read more »
The Lambda Calculus is a symbol manipulation framework developed by the mathematician Alonzo Church in the 1930s. It was intended to be an extremely tiny syntax which could nevertheless suffice to calculate anything computable. The mathematical advantage ... (more…)
Read more »
A general-purpose code generation tool powered by Rete.js - GitHub - retejs/rete-studio: A general-purpose code generation tool powered by Rete.js... (more…)
Read more »
I didn't much care for vanilla JavaScript prior to ES6. Through all of the 2000s, I chased different approaches to avoid writing too much of it. First there was RJS (Ruby-to-JavaScript). Then there was CoffeeScript. Both transpiling approaches that turned... (more…)
Read more »