An Exceptional Actor System in Haskell - Functional Pearl
Offered By: ACM SIGPLAN via YouTube
Course Description
Overview
Explore a hidden actor framework within the Glasgow Haskell Compiler's runtime system in this 26-minute conference talk from Haskell 2023. Discover how lightweight threads and asynchronous exceptions can be combined to create a powerful actor system, demonstrated through a classic distributed systems example. Learn about extending the framework to handle dynamic types and consider the implications of intersecting runtime features. Examine how constraining certain features could potentially guide better programming practices in Haskell.
Syllabus
[Haskell'23] An Exceptional Actor System (Functional Pearl)
Taught by
ACM SIGPLAN
Related Courses
Building Your Own Programming LanguageFrontend Masters BeauĀtiful Racket
Independent Rust: A Language for the Next 40 Years
ChariotSolutions via YouTube Move Deliberately and Don't Break Anything: Lessons from Java Evolution
ChariotSolutions via YouTube Flex - Lexical Analysis
Write your own Operating System via YouTube