Articles that include code in some form

265 327,608 31,975
articles words lines of code

Let's build a simple APL interpreter! APL is an array-oriented programming language I picked up recently. The ease with which I can write code related to mathematics, its strange built-ins (which look like , , or ) and the fact that it is executed from right to left make it a fresh learning experience!

I have always loved solving mazes... so naturally I had to write a program to solve mazes for me!

HueHue is a very colourful game I wrote with my colleague @inesfmarques.

Can you measure exactly \(2\)L of water with two plain buckets with volumes of \(14\)L and \(5\)L? Of course you can!

Here's how I like to solve my equations: just walk around randomly until I trip over a solution!

Think of a drunk man that continuously tumbles left and right, back and forth, with no final destination.

Progress is great and new things are always exciting... but that doesn't mean old things don't have any value!

The filled Julia set is a really cool fractal that kind of resembles the Mandelbrot set!

Run on Repl.it

This blog post tells the short story of how I wrote a simple interpreter for a toy programming language!

Minesweeper has to be one of the most well-known minigames of all time, no? I spent my fair share of Sunday mornings playing minesweeper in my Windows XP computer...

This blog post has a single purpose, which is to show you the weird game I made, inspired by Flappy Bird and my crazy English teacher.

I have always liked the concept of fractal. They are very beautiful, they have a notion of infinity embedded in them, and they make no sense (seriously though, self-similarity?). How could they not be loved?