Hacker News new | ask | show | jobs
by alayne 4351 days ago
It's hard to take people seriously who suggest Haskell as a good language for general scripting. That's some powerful religion.
1 comments

Yeah, "stringly-typed" isn't really a problem when you're mostly dealing with files made up of strings/lines. Interfacing between programs and files which output mostly idiosyncratic output over an interface of files and strings isn't really made any easier or more robust by using a heavy type system and functional purity...