This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Description
Hello. I found this project very interesting, Reading the README it says
The aim of this exercise is to prove that interpreted languages can be just as fast as C.
I'm surprised to read that though, because I had learned that interpreters would always be slower than compiler because of the interpreter overhead. I would be very excited to see this project reach close to 1.0x performance but I'm curious why you believe the interpreter overhead would not hold it back?