Simple Functional Effects with Tag Unions
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore a simple, high-performance effect system based on tag unions in this conference talk from YOW! 2022. Dive into functional programming concepts as Richard Feldman, an expert in the field and author of "Elm in Action," demonstrates how to implement this system in the Roc programming language and OCaml using polymorphic variants. Learn how to easily mix I/O operations with different failure modes while maintaining exhaustiveness checking on error cases. Discover techniques for identifying which functions use specific effects and enforcing compile-time restrictions on effect usage. Gain insights into creating more maintainable and predictable code through this innovative approach to handling effects in functional programming.
Syllabus
Introduction
Package Downloader
Download tarball
What is an enum
Using an enum
Advantages of enums
GetEncoding
Logging
Tag Unions
Tag Union Types
William Brandon
Operation
Simulation
Task wrapper
Runtime representation
No Heap allocations
Summary
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube