Recent Posts

How to use exponents in PureScript

less than 1 minute read

I’m doing the exercises for PureScript By Example and I needed to raise a number to a power. (exponentiate: to use an exponent). This was not obvious to me. ...

Hakyll, a static site generator in Haskell

1 minute read

Hakyll is a Haskell tool for generating static sites, mostly aimed at small-to-medium sites and personal blogs. It is highly configurable, with its own Domai...