A correct and based array implementation. 1-based indexing. obviously. 😎 - lbennett-stacki/based-array... (more…)
Read more »
Any compiler or transpiler is doing some form of program synthesis. But “proper” program synthesis usually means generation of high level programs from scratch, given only high level problem descriptions. (more…)
Read more »
This is post # 33 of the series, dedicated to exploring JavaScript and its building components. In the process of identifying and… (more…)
Read more »
Since my previous article on async/await ended up getting popular I thought I'd follow up with more focused guide on flattening your JavaScript. We started this process on the CertSimple codebase a couple of weeks ago and while it was mostly stra... (more…)
Read more »