#functional-programming

[ follow ]
#scala
Software development
fromMedium
2 months ago

Why Scala is preferred for Big Data Processing over Java?

Scala's combination of functional and object-oriented features yields concise, expressive code well-suited to scalable big data platforms like Spark, Kafka, and Akka.
Scala
fromMedium
3 months ago

Scala Today: JVM, Web, Native-Why It Still Matters

Scala remains relevant in 2025, powering JVM applications, modern web development with Scala.js, and native performance via Scala Native.
#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
Python
fromRealpython
4 months ago

Exploring Python Closures: Examples and Use Cases - Real Python

Closures in Python are inner functions that capture variables from their enclosing scope.
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 ]