| ▲ | captainmuon 4 hours ago | |||||||||||||||||||||||||
I haven't looked into Bend 2 in detail, but it seems a bit harsh to call it "horribly broken or decades behind the current state of the art". Clearly there is a problem with formal verification languages and there is a demand for something else in that area, and the problem is the usability and syntax. I don't want to have to learn something that looks like Haskell, or to have to wrap my head around Curry-Howard correspondence. I don't want to write my conditions in something that looks and feels like C++ template metaprogramming. I recall a Hello World in something like Coq a few years ago which basically started with "first, we construct the Peano integers", and then they used this to prove that some calculation was bounded - because it seems they couldn't represent integers natively? I just want to be able to write C#, JavaScript or whatever, and then tack on preconditions, checks and so on with the same syntax. Dependent typing and design by contract for the masses. | ||||||||||||||||||||||||||
| ▲ | bunderbunder 4 hours ago | parent | next [-] | |||||||||||||||||||||||||
It sounds like the crux of the issue here is that you don’t want formal verification in the first place. Your last paragraph sounds more like code contracts, which is also a thing that already exists. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | LiamPowell 4 hours ago | parent | prev [-] | |||||||||||||||||||||||||
> "horribly broken or decades behind the current state of the art" This is just about vibe-coded programs in general when the approach assumed by the article is taken. For all I know they did make an informed decision regarding the tradeoffs (which I would consider to be a poor decision). > I just want to be able to write C#, JavaScript or whatever, and then tack on preconditions, checks and so on with the same syntax. That's more or less what SPARK (and others) do, although specifications for large programs can become nasty. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||