Thread
Stories related to "Delimited Continuations, Demystified (2023)" across the full archive.
So güd.
The Axis of Eval: Why Lisp is a Big Hack (And Haskell is Doomed to Succeed)
(axisofeval.blogspot.ca)
The Implementation of Functional Programming Languages, by Simon Peyton Jones
(research.microsoft.com)
$200 from Amazon or free from Simon Peyton Jones's site.
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...
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 ...
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. 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.