TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ten reasons not to use a statically typed functional programming language

12 pointsby sea6earover 9 years ago

4 comments

discreteeventover 9 years ago
11. Sarcastic lists from smug developers that make me out to be an idiot are off putting.<p>If you are ever thinking of marketing something where you genuinely want people to buy it and not just make yourself (or others who have already bought it) feel superior; do not use this technique as an example, even if you genuinely mean it in good humour.
nannyover 9 years ago
&gt;I don&#x27;t know why the functional people couldn&#x27;t stick with things I already know -- obvious symbols like ++ and != and easy concepts such as &quot;inheritance&quot; and &quot;polymorphism&quot;.<p>This is the most poignant line, in my opinion. I think many people underestimate just how much power familiarity has in the industry. &quot;Don&#x27;t fix what ain&#x27;t broke&quot; is so ingrained that people try to follow it even when process is clearly broken: they simply can&#x27;t comprehend how a system that &quot;works&quot; can be &quot;broken&quot;.<p>It&#x27;s also near impossible to convince someone to switch to a tool they don&#x27;t understand, especially when empirical evidence is near impossible to get. You can say to your manager, &quot;I rewrote&#x2F;can write most of our app in 200 hours, cutting the lines of code to 40%, and implicitly eliminating many bugs without even trying&quot;. But you can&#x27;t predict how many hours of maintenance you save in the future, even if you know beyond a shadow of a doubt that it will be orders of magnitudes more than the time it took for to rewrite, teach your team, or find good programmers who know your favorite static functional language.<p>At this point, I think I&#x27;m beating a dead horse (or maybe Nothing).
commentzorroover 9 years ago
Noticed the article was a few years old. Wondering if it still holds up.<p>Haven&#x27;t the most useful features of functional programming languages already been ported over to the practical languages?
lowmagnetover 9 years ago
&gt; To me, functional programming just hasn&#x27;t been around long enough to convince me that it is here to stay.<p>... is 1958 not long enough ago?*<p>* I&#x27;m guessing he means &quot;statically typed FP&quot;