Y
Hacker News
new
|
ask
|
show
|
jobs
by
primitivesuave
1535 days ago
Typo in the title (should be "Compiler" and not "Complier")
3 comments
SketchySeaBeast
1535 days ago
"You have 20 seconds to compile."
link
warcher
1534 days ago
No this is typescript. They meant what they said. ;)
link
chrisandchris
1534 days ago
Does Typescript even compile or is it transpile?
link
WorldMaker
1534 days ago
Both. Type erasure is a transpilation process. Generating .d.ts and other type metadata files is a compilation process. (With conditional types alone the type checker is compiling a fully Turing complete mini-language.)
link