Hacker News new | ask | show | jobs
by ronlobo 2281 days ago
Agree, strongly typed languages are best suited for this as it usually allows to embed business domain invariants into the type system which can be checked at compile time.

Rust does a great job in that regard and is not too slow.