Concurrency in Call of Duty's VM, Compared to JavaScript
Call of Duty’s scripting language runs on a virtual machine with an interesting execution model. In this blog post, I’ll give a quick overview of the language’s core constructs and syntax, and then dive into how its execution model compares to JavaScript’s event loop.