Hacker News new | ask | show | jobs
by codingstream 2173 days ago
Without a language specification for Rust, any compiler that isn't the reference implementation, by definition, cannot be correct. Put another way, how is a compiler writer supposed to know what is and is not a bug in the reference implementation?
1 comments

Most languages do not have a specification, and it works out fine.

Rust's is in-progress. There are some things that are well-specified, and there are some things that are still up in the air.

Right, which is why it's a poor choice for the kernel at this time.