Approximate Abstractions

Madeline talks about stuff she is doing or has caught her interest.

TinyAPL part 3: More Primitives

#tinyapl#apl#haskell

In this post I implement some of the less intuitive primitives for TinyAPL.

Read More

TinyAPL part 2: Functions & Operators

#tinyapl#apl#haskell

In this post, I will add functions and operators to the Haskell representation of TinyAPL.

Read More

TinyAPL part 1: Introduction & Arrays

#tinyapl#apl#haskell

In this series of articles, I will implement a simple APL dialect named TinyAPL in Haskell.

Read More