Hacker News new | ask | show | jobs
by 01HNNWZ0MV43FF 250 days ago
I spent a few nights trying to implement a Lua interpreter myself and it was still like 10x slower than PUC Lua, even before adding a GC. I'm not sure how they do it, it looks like regular C code