#functional-programming

[ follow ]
#python
#scala
fromMedium
1 week ago
Java

The Language That Made Me Feel Like a Genius (Until It Didn't): My Breakup with Scala

Java
fromMedium
2 months ago

The Programming Language That Could Have Replaced Java-but Didn't

Scala offered JVM compatibility, concise expressive syntax, and functional+OO features but failed to unseat Java in enterprise, becoming niche despite early big-tech adoption.
Software development
fromMedium
2 months ago

Java Developers, Here Are 4 Superpowers You Gain by Learning Scala

Scala's built-in functional programming features—immutability, pattern matching, and higher-order functions—enable more concise, safer, and expressive code than Java's later-added FP constructs.
fromMedium
1 week ago
Java

The Language That Made Me Feel Like a Genius (Until It Didn't): My Breakup with Scala

Software development
fromInfoWorld
1 week ago

'Futuristic' Unison functional language debuts

Unison 1.0 provides content-addressed, statically typed functional programming that gives deterministic versioning, avoids redundant compilation, and simplifies distributed computation.
#clojure
Software development
fromMedium
1 month ago

fp-ts library in Hoppscotch codebase.

Hoppscotch CLI uses fp-ts, particularly Either, to express functional error handling and leverage typed functional abstractions in TypeScript.
#javascript
Software development
fromMedium
2 months ago

Return type Are Contracts. Either[E, Option[A]] Breaks Them.

Public methods must make a single clear promise; encode absence as an explicit error variant (e.g., NotFound) and return Either[E, A] rather than Either[E, Option[A]].
Software development
fromMedium
2 months ago

Functional's Comeback: Elixir & Scala in 2025

Elixir and Scala became pragmatic, production-ready functional choices in 2025, delivering uptime, debuggability, and scalable, maintainable backends.
#scala-3
fromScala-lang
6 months ago

Scala Days 2025 - Functional Programming And The Real World

The Scala Days 2025 conference focuses on Functional Programming And The Real World, featuring important keynotes and an extensive array of industry speakers.
Scala
[ Load more ]