Y
Hacker News
new
|
ask
|
show
|
jobs
by
lutusp
603 days ago
It's my hope that people will take the hint: "Wait ... if Rust is a better way to compile C than C itself, maybe I should learn Rust."
4 comments
unclad5968
599 days ago
Rust itself is compiled with LLVM which is millions of lines of C++. Does that mean that C++ is better than rust?
link
yjftsjthsd-h
599 days ago
What makes you think Rust is a better way to compile C than C?
link
fanf2
599 days ago
Algebraic data types
link
hu3
599 days ago
Currently, that would be Zig.
link
kif
599 days ago
I've tried Rust, and it's just too much cognitive overhead. C is simple, and that simplicity is hard to beat. Go on the other hand is more like C in that regard.
link