Recent posts

Setting Up VS Code For Haskell Development

2 minute read

Today I will be going over which Visual Studio Code extensions I use for Haskell development. Generally, I use Vim and its associated plugins for all my dev...

Writing A Unix Shell in Haskell - 2

5 minute read

In my previous post I set up the project structure for Ash using the Haskell tool Stack. This section of the tutorial will setup the basic lifetime and inter...

Writing A Unix Shell in Haskell - 1

2 minute read

In my previous post I gave some background and talked about project goals. It’s not required, but I’d check it out if you haven’t.

Writing A Unix Shell in Haskell - 0

2 minute read

I’ve been reading the book Real World Haskell for a few weeks now and have been following along with the exercises in an attempt to learn functional programm...