Comparing implementations of the Monkey Language XII: Speeding Up Python
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