I made a big mistake. Today I fix it. (spoiler: it's index origin)
Read MoreAt Depth is finally added to TinyAPL and ordering is made sane.
Read MoreTinyAPL gets base conversion and search functions
Read MoreTinyAPL gets first-class functions and namespaces.
Read MoreTinyAPL finally gets trains, plus some extra combinators.
Read MoreTinyAPL finally gets a better interface and a much-needed conjunction.
Read MoreTinyAPL gets quad names and a big refactoring.
Read MoreTinyAPL finally gets tests and documentation.
Read MoreIn this post, I add array notation to TinyAPL, as well as reductions, scans, and a few other primitives.
Read MoreI finally figured out how to parse APL, so now TinyAPL has a parser and an interpreter.
Read MoreIn this post I implement some of the less intuitive primitives for TinyAPL.
Read MoreIn this post, I will add functions and operators to the Haskell representation of TinyAPL.
Read MoreWe all know `3 7 4[1]` is `3` and `3 7 4[2]` is `7`, but what about `3 7 4[1.5]`?
Read MoreIn this series of articles, I will implement a simple APL dialect named TinyAPL in Haskell.
Read MoreA while back I was casually perusing the articles on Jo̊t Dọt Ti̽mes and fell in love with almost anything that Brandon Wilson writes up. In his What Does ⍋⍋ Even Mean?, he shares a quote that just feels like a challenge.
Read MoreRecently, Brandon Wilson posted a nice article discussing a nice article discussing a way in which APL's algebraic properties absolutely shine.
Read More