All tags
Content tagged with "programming languages" (2)
All content across blogs, linklog, and books with this tag.
Links
- by Bob Nystrom
Once you make one function async, every function that calls it has to be async too, and that's not a bug, it's a language design problem nobody solved cleanly.
- by Bob Nystrom
Two complete interpreters for one small language, one written for clarity and one for speed, after which compilers stop reading as wizardry.