More Goto tech episodes

Effect Oriented Programming  Bill Frasure, Bruce Eckel, James Ward & Andrew Harmel-Law thumbnail

Effect Oriented Programming Bill Frasure, Bruce Eckel, James Ward & Andrew Harmel-Law

Published 24 Feb 2026

Duration: 2291

A book on "Effect-Oriented Programming" aims to make functional programming and effect management more accessible by simplifying complex concepts and enhancing reliability in software systems.

Episode Description

This interview was recorded for the GOTO Book Club. http://gotopia.tech/bookclub Check out more here: https://gotopia.tech/episodes/420 Bill Frasure -...

Overview

The podcast explores the development and main ideas of Effect-Oriented Programming, a book designed to introduce functional programming and effect management to developers of all skill levels. The authors focus on simplifying complex concepts, minimizing technical jargon, and highlighting the practical advantages of handling side effects in a structured manner. By managing effectsactions that influence the real worldthe book demonstrates how to create more reliable and testable software through the composition and control of these operations.

The authors note the evolution of the book's mission, ultimately settling on the goal of demonstrating the importance of effects in programming, using Scala and Zio as examples. They also discuss the increasing use of effect systems in various languages, including Kotlin, TypeScript, and newer languages like Unison and Rock, which incorporate effects directly into their design. The role of type systems and compiler support in improving error handling, testing, and dependency management is emphasized, with the potential to make software development more predictable and sustainable. The writing process, with its focus on simplicity and clarity, contributed to the books coherence and accessibility.

Recent Episodes of Goto tech

31 Mar 2026 Platform Engineering Ajay Chankramath & Nic Cheneweth

Platform engineering challenges are addressed through product-centric internal development, standardized "golden paths," control planes abstracting cloud infrastructure for self-service, developer ownership of pipelines, Kubernetes-driven self-healing systems, balancing AI's infrastructure benefits with reliability risks, domain-specific design, clear team boundaries, and the critical role of human oversight in automation.

20 Mar 2026 Learn C++ by Example Frances Buontempo & Matt Godbolt

Modern C++ innovations like the spaceship operator, coroutines, and structure bindings are explored through practical examples, interactive learning, and tools like Compiler Explorer, emphasizing the balance between low-level control, high-level abstractions, and educational challenges in mastering advanced concepts.

More Goto tech episodes