Y
Hacker News
new
|
ask
|
show
|
jobs
by
remorses
1680 days ago
The creator of SWC [0] is working on a faster compiler alternative in Rust, so there is still hope for a faster compilation speed in the future
[0]
https://github.com/swc-project/swc
1 comments
IshKebab
1680 days ago
SWC doesn't do type checking, which means 99% of the work is just stripped type annotations. That's why it's fast.
link
moogly
1680 days ago
It will, which is what the grandparent is talking about.
https://github.com/swc-project/swc/issues/571
link
IshKebab
1679 days ago
Ah very neat. Didn't know about that! Though I would be very surprised and impressed if that effort actually succeeds.
link