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.

Does Functional Programming Matter to You?

2 pointsby freedudeover 1 year ago

1 comment

7thaccountover 1 year ago
FP is pretty cool. I mainly do scripting work though (lots of scripts that usually aren&#x27;t longer than a few pages) and found there aren&#x27;t many functional first languages that meet the niche Python does. I&#x27;ve played with Haskell, OCaml, Clojure, F#...etc and just found the ecosystems to be a pain and that for my niche...they didn&#x27;t add value compared to my usual setup. I will say FP has taught me to avoid complicated state changes a lot more, so that is good.<p>I have found APL (array based) and Forth (concatenative paradigm) to both be pretty similar to FP if you squint and those are better for my needs and easier to understand without the math. The problem though is that although many open source versions of these languages exist, the best are proprietary&#x2F;commercial. They&#x27;re fairly cheap compared to most commercial software that I deal with, but still closed source and require a license, which is just a hassle for some uses.