I may be one of the last people you would expect to write an essay criticizing JavaScript, but here we are.
Two of my primary areas of… (more…)
Read more »
In this article, I want to explore an interesting pattern that I am seeing more and more in JavaScript code which allows you to return… (more…)
Read more »
Prior Art V8 implements "idle tasks" which can be accessed through its C++ API. Idle tasks are optional (non-urgent) GC work that will run eventually. Blink uses idle tasks to schedule work between frames, after JavaScript execution is finished. https://... (more…)
Read more »
Around this time of the year there is a tendency to have more people trying to learn JavaScript (JS) or other programming language… (more…)
Read more »