Y
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
rk06
987 days ago
JavaScript (typescript) is interpreted, hence will be slower than a compiled language
link
bdcravens
987 days ago
fast != fastest
link