▲ | dlahoda 13 hours ago | |||||||||||||||||||||||||||||||||||||||||||||||||
do they have sustained at least one prominent rust first and rust core customer? i doubt, rust has a lot of tooling and catches at compile time what their product does in runtime. also not sure about antithesis biz practices. you pay them for integration, you spend time educating them and improving their product. and in the end get vendor locking on their compute with arbitrary non transparent pricing. if your are not in rust - sure it can be price efficient. | ||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | vlovich123 12 hours ago | parent [-] | |||||||||||||||||||||||||||||||||||||||||||||||||
I think you are misunderstanding. Rust does not solve or prevent distributed systems bugs, just memory safety and certain kinds of thread safety problems. For that you’d need to use a formal proof system like Coq. There’s a reason you should still be writing unit tests and hypothesis/property tests in Rust, to catch issues the compiler can’t catch at runtime which is a huge surface area. | ||||||||||||||||||||||||||||||||||||||||||||||||||
|