Y
Hacker News
new
|
ask
|
show
|
jobs
by
JacobCarlborg
1914 days ago
If you want crazy fast build times, then D is your best bet [1]. D's compile times are faster than most other languages (I'm not counting Vox, it's too experimental).
[1]
https://github.com/nordlow/compiler-benchmark
1 comments
brabel
1914 days ago
Wow you're not joking... `dmd` is around 40x faster than `rustc` and 16x faster than `zig`! How the hell they've done it?
link
kristoff_it
1909 days ago
Check Zig again once the self-hosted compiler is completed :)
link
brabel
1909 days ago
Will that remove the dependency on LLVM?
link