top | item 21739929

(no title)

KnightHawk3 | 6 years ago

articles about rust don't have to include a link to "what is Rust" like this one does.

discuss

order

jakear|6 years ago

They did when Rust was as mature as Zig is now. Language popularity is a reasonable deciding factor when one is starting a project that has a hiring component; personal projects not so much.

FpUser|6 years ago

For one thing I do not think you can implement allocator in Rust. This alone would disqualify it as a "low level"/"systems" language in my opinion.

pjmlp|6 years ago

You also cannot fully implement libc in ISO C, without using either language extensions or an external Assembler.

So I guess it is not a "low level"/"systems".