(no title)
boltzmann-brain | 27 days ago
Especially when it comes to long-running projects like what's attempted here, Python, even being a technology from yesteryear, isn't even suited for problems of yesteryear.
With projects like these maintainability is your #1 concern, so referential transparency (greatly reinforced by laziness-by-default) and purity are indispensable and irreplaceable here.
The next concern is adequate performance, and Haskell has that in heaps.
The final concern is the capability to find programmers, and there are heaps of those in Haskell land.
No comments yet.