Nothing here yet.
Work in Singapore
Aug 4, 2025 · 7 min read · Recently, I watched the video “Luajit is wicked fast?“ by Philip Bohun. https://www.youtube.com/watch?v=gS8Wji_YnAE Fantastic video, I learned a lot. Please watch it. This article is by no means a refutation, only a small addendum. I also want to w...
Join discussionApr 28, 2025 · 5 min read · Re-introduction In this series, I explore programming languages by implementing an interpreter for the Monkey Language. An interpreter is a medium-sized project that allows me to explore most language features without getting into the particular libr...
Join discussionFeb 15, 2025 · 5 min read · Introduction In the last three weeks, I fixed a couple of performance issues that potentially saved the company a few hundred thousand dollars (I’m a contractor, so I don’t get any bonuses, lol). How did I find these issues? Call it je ne sais quoi, ...
FBAFranklin and 1 more commented
Aug 25, 2023 · 3 min read · In a previous episode, I wrote three implementations of the Monkey Language in different interpreted languages: Ruby, Python and Lua. Surprisingly, the fastest implementation went to Ruby, and the slowest one was Python. In this episode, we'll look a...
Join discussion