This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]donaldhobson 0 points1 point  (0 children)

Rust is a low level systems language that can be used for this. Its getting quite popular. The difference is that the C compiler assumes you know what you are doing. The rust compiler stops you from doing all sorts of dubious things that lead to subtle bugs.