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.

Functional Programming w/ Ruby

2 pointsby era86over 11 years ago

1 comment

MrBraover 11 years ago
newbie insight at FP: basically: avoid (hidden) state and write everything like mathematical functions (perhaps calling some other littler, math-like functions) and it's done?