This is about JavaScript, clutter, purity, and thoughts on what should be in the language that comes after, assuming that we all live that long. (more…)
Read more »
Summon The JSON deck that gained enourmous popularity with thousands of likes across tens of dev communities... (more…)
Read more »
Several months ago, I announced es7-membrane, a new project for letting JavaScript developers control, through JS proxies, what their customers see of their own libraries. A proxy, as you may recall, lets its creator define rules for looking up propertie... (more…)
Read more »
Thanks to Tycho Tatitscheff and Yann Leflour for helping me with their great BAM API repo... (more…)
Read more »
A JavaScript engine is a program or an interpreter that executes JavaScript code. A JavaScript engine can be implemented as a standard interpreter, or just-in-time compiler that compiles JavaScript… (more…)
Read more »