(no title)
mav3ri3k | 1 year ago
Instead of quick and dirty, it allows to embed the logic in the type system such that the compiler can help you. Getting off the ground is much harder but staying there is easier.
.
mav3ri3k | 1 year ago
Instead of quick and dirty, it allows to embed the logic in the type system such that the compiler can help you. Getting off the ground is much harder but staying there is easier.
.
throwawaymaths|1 year ago
Surely there is some middle ground in design space between rust and ada on one side (fully in the compiler) and c (with sel4-style checking - proof checking on a post compilation artifact) on the other.
Note that the c in sel4 and ada have stronger safety and correctness guarantees than rust
redman25|1 year ago
Rust can be written as simply as you want it to be written. Or, you can go crazy with generics or metaprogramming.
bobajeff|1 year ago