🦞🌯 Lobster Roll

Thread

Delimited Continuations, Demystified (2023) (youtube.com)

Stories related to "Delimited Continuations, Demystified (2023)" across the full archive.

Delimited Continuations, Demystified (2023) (youtube.com)
Continuations and Exceptions (jozefg.bitbucket.org)
From delimited continuations to algebraic effects in Haskell (blog.poisson.chat)
Haskell prelude using GHC's new data kind promotion (blog.atnnn.com)
The Architecture of Open Source Applications (Volume 2): The Glasgow Haskell Compiler (aosabook.org)
From Ruby to Haskell, Part 1: Testing (bendyworks.com)
So güd.
LL and LR Parsing Demystified (blog.reverberate.org)
Project by @bos31337 that uses "crit-bit trees" to teach Haskell (github.com)
Implementing a JIT Compiler with Haskell and LLVM (stephendiehl.com)
A great series of posts on the power of monoids (reddit.com)
The Axis of Eval: Why Lisp is a Big Hack (And Haskell is Doomed to Succeed) (axisofeval.blogspot.ca)
Typeclassopedia - HaskellWiki (haskell.org)
Hylomorphisms and treesort (5outh.github.io)
The Algebra of Algebraic Data Types (youtu.be)
The Curse of the Excluded Middle (queue.acm.org)
The Implementation of Functional Programming Languages, by Simon Peyton Jones (research.microsoft.com)
$200 from Amazon or free from Simon Peyton Jones's site.
Tangible Functional Programming (conal.net)
Abusing the algebra of algebraic data types - why does this work? (stackoverflow.com)
This question led to a series of related blog posts by the author: * [The Algebra of Algebraic Data Types](http://chris-taylor.github.io/blog/2013/02/10/the-algebra-of-algebraic-data-types/) * [The Algebra of Algebraic Data Types, Part 2](http://chris-taylor.github.io/blog/2013/02/11/the-algebra...
Qualified Types: Theory and Practice (cs.ox.ac.uk)
Just LOOK at the humongous type that Hindley-Milner infers for this tiny program! (spacemanaki.com)
Algebraic Terraforming: Trees from Magma (fpcomplete.com)
The Essence of Dataflow Programming (cs.ioc.ee)
Typing Transducers (as Kleisli arrows) (tel.github.io)
When Rich Hickey announced Transducers a few days ago I got excited. They felt very similar to some CPS transformation tricks I'd begun to analyze deeply in Haskell. Thus, I tried to translate the concept into Haskell. This seems to have inspired a few others to examine this avenue. This post is ...
Clojure's Transducers are Perverse Lenses (reddit.com)
Building cyclic lists, extensionally (perso.ens-lyon.fr)
Introduction to Dependent Types: Haskell on Steroids (jozefg.bitbucket.org)
The Ivory Language is an eDSL for safe systems programming (ivorylang.org)
The Ivory Language is an eDSL for safe systems programming. You can think of Ivory as a safer C, embedded in Haskell.
Tower is a concurrency framework for the Ivory language. (github.com)
Tower is a concurrency framework for the Ivory language. Tower composes Ivory programs into tasks which communicate via shared state and synchronous channels. At the moment, Tower includes a backend targeting the FreeRTOS operating system.
CompSci Talks: The LCA Problem Revisited by Leif Walsh (hakkalabs.co)
Functional pearls (haskell.org)