Cover art for CyberSecurity Summary

Functional Programming Patterns in Scala and Clojure: Write Lean Programs for the JVM

CyberSecurity Summary

Published
August 25, 2026
Duration
19:30
Summary source
description
Last updated
Sep 6, 2026

Discusses A guide designed to help object-oriented developers transition to functional paradigms. The book foc…

Summary

A guide designed to help object-oriented developers transition to functional paradigms. The book focuses on replacing heavyweight object-oriented design patterns, such as Command, Strategy, and Visitor, with more concise functional alternatives like higher-order functions and closures. Through a practical web framework example called TinyWeb, the author d…

Intelligent Report

Sign in to read teasers, or upgrade to Research Pro to commission intelligent report for this episode. Learn more →

Show notes

A guide designed to help object-oriented developers transition to functional paradigms. The book focuses on replacing heavyweight object-oriented design patterns, such as Command, Strategy, and Visitor, with more concise functional alternatives like higher-order functions and closures. Through a practical web framework example called TinyWeb, the author demonstrates how to evolve code from Java into more expressive, declarative styles. Key concepts emphasized include immutability, first-class fu