Hacker News new | ask | show | jobs
by dev213 987 days ago
"written in typescript" does not mean it's slow. V8 and JavaScriptCore are insanely fast, and typescript is a proven language.
1 comments

JavaScript (typescript) is interpreted, hence will be slower than a compiled language
fast != fastest