Import non-ESM libraries in ES Modules, with client-side vanilla JavaScript

In case you haven’t heard, ECMAScript modules (ESM) are now supported everywhere! Read more

Similar

Explaining JavaScript VMs in JavaScript

I have a thing for virtual machines that are implemented in the language (or a subset of the language) they are built to execute. If I were in the academia or just had a little bit more free time I would definitely start working on a JavaScript VM writt...

Read more »

The JavaScript Ecosystem

JavaScript started out as a simple extension for the browser but has become so much more. In part this is true on building on rich concepts going back to Lisp. Along the way it has challenged the givens of programming and given us a high-performance flexi... (more…)

Read more »