The illusion of apparent simplicity
The illusion of apparent simplicity
Posted May 2, 2022 13:39 UTC (Mon) by ddevault (subscriber, #99589)In reply to: The illusion of apparent simplicity by ncm
Parent article: DeVault: Announcing the Hare programming language
This is grossly false. Programming is an art form in exceptionally wasteful complexity. It is *not* irreducible, rather we are living in an era of gross negligence on the part of engineers who don't bother to reduce it. Yes, a C++ or Rust x86_ArrayVectorMap<Optional<int>> will outperform []int. But it will have 10x the surface area for bugs - including security bugs - and in 99 cases out of 100 the extra performance and supposed ease of use (leaving aside ease of debugging, which suffers immensely) *just isn't needed*.
