Hacker News new | ask | show | jobs
by dleslie 2234 days ago
Containers make sense.

Abstract computer science doesn't.

Part of why Haskell appears like such an implacable curmudgeon is the predilection of its community to believe that users must grasp type and logic theory to use it.

They don't.

Just like they don't need to have a mental model of their computer to write software for it.

1 comments

In my experience, not having a mental model of the computer you are going to run your software on will bite you on the ass sooner or later.
Countless mobile apps and web sites have been made with nigh-zero understanding of the VMs, rendering engines, or underlaying machine architecture.

It's not the 80s anymore.