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
Functional Programming Principles in ScalaÉcole Polytechnique Fédérale de Lausanne via Coursera Functional Program Design in Scala
École Polytechnique Fédérale de Lausanne via Coursera Paradigms of Computer Programming
Université catholique de Louvain via edX Introduction to Functional Programming
Delft University of Technology via edX Paradigms of Computer Programming – Fundamentals
Université catholique de Louvain via edX