A programming language that uses tests instead of type annotations to compile - keyboardDrummer/typeless... (more…)
Read more »
JavaScript Module Fragments -- Stage 1 proposal. Contribute to tc39/proposal-module-declarations development by creating an account on GitHub. (more…)
Read more »
This is post # 37 of the series, dedicated to exploring JavaScript and its building components. In the process of identifying and… (more…)
Read more »
Parsers are fascinating and in the JavaScript ecosystem they're all around us. With Babel Macros tagged template literals can do more than just embed DSLs, they can be precompiled to become generated code. Let's look at how I built RegHex which let's you ... (more…)
Read more »