Follow my exploration and wittering on different aspects of programming here!

Myriad Intro

I released a new meta programming club video yesterday on my YouTube channel

I thought I would write a little about it here on my blog too.

I recently did a little work to flesh out the plugin interface for Myriad. My friend Enrico Sada helped out with some of the fiddly MsBuild work in dotnet which can be a little confusing at times.

The gist of the plugin is that you must implement the following interface:

[Read More]

Building a single page application with Elm

Hi, its been a very long while since I last blogged, I promised this ages ago, its a partial sample chapter for a book I was planning on Elm but the publisher started to muck me about so it never happened.

[Read More]
Tags: elm fable fsharp 

Elmtastic Updates

With the release of Elm 0.17 there were some fundamental changes to the Elm language. This post is my attempt to help those that may be struggling with these changes

[Read More]

flame on

A few weeks back I posted on Twitter that I was experimenting with flame graphs, In this post I will share how this was accomplished.

[Read More]