|
|
|
|
|
by muldvarp
802 days ago
|
|
> Is it so crazy to claim that this can be replicated for C, without encumbering it with ownership considerations that have no relationship to interface formality? You're not replicating what Rust does, you're replicating what Frama-C does. Then again, even just replicating what Rust does would be extremely difficult (if not impossible) given the pervasiveness of undefined behavior in C. > Fair enough. We have a much more generous definition of "working prototype" than you do. How many useful C programs do you know that require no loops and no binary operators? |
|
Literally on the website. The purpose of the prototype is to show the feasibility of the approach we've taken, not to work on whole programs.