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.

Ask HN: Is functional programming inherently difficult?

1 pointsby adgasfover 8 years ago
Functional programming is very popular on HN, but less so in the wider developer community. Many consider functional programming "hard". But is functional programming actually difficult, or is this merely a symptom of developers learning procedural languages first?

2 comments

Pishkyover 8 years ago
It is more difficult than OOP because of its strong association with mathematics (ie category theory and logic). Without this background knowledge it becomes like a magic black box with monads, monoids, applicatives..etc etc
Pishkyover 8 years ago
The human brain understands objects more intuitively rather than abstract mathematical objects.