Recent Posts

Writing a Language

6 minute read

In this tutorial I’m gonna show you how to write a very simple programming language called Ygor. The language itself is just a placeholder for what I really ...

Postgres command line

less than 1 minute read

I find the postgres command line tools slightly annoying to use, so I wrote pg.

Project Euler - Problem 1

3 minute read

In this post I’ll show how to solve the first problem on Project Euler using Marco, while at the same time introducing some new features of the language.