JavaScript: The First 20 Years by Allen Wirfs-Brock and Brendan Eich Our HOPL paper is done and submitted to the ACM for June 2020 publication in the PACMPL (Proceedings of the ACM on Programming Languages) and presentation at the HOPL 4 conference when... (more…)
Read more »
It’s been awhile since my last JavaScript List. I’ll do my best to stay more consistent and post every week. I also moved my website from… (more…)
Read more »
A little while ago I started working on a 16 bit virtual machine running in node. I’d been watching these amazing series of videos from Ben Eater about how he build a fully functional 8 bit c… (more…)
Read more »
Splash is a javascript rendering service. It’s a lightweight web browser
with an HTTP API, implemented in Python 3 using Twisted and QT5. The (twisted)
QT reactor is used to make the service fully asynchronous allowing
to take advantage of webkit concurre... (more…)
Read more »
jscl - A Lisp-to-Javascript compiler bootstrapped from Common Lisp...
Read more »