Hacker News new | ask | show | jobs
by amedvednikov 1518 days ago
Runtime speed is as fast as it gets, because it's C.

Writing an interpreter is a huge task. It works well without it. Actually I'd say it's quicker, because interpreters have startup costs.

1 comments

No, "it's fast because it's C" doesn't hold. You can write slow code in any language.