Contents

Langton's ant

Last week, at the North East Functional Programming meet up, we were given a code Kata consisting of the Langton’s ant algorithm.

I’ve had a go at Scala but decided later on to put a live version in this blog.

I considered several implementation options, such as scala.js and Elm, but in the end decided to implement it in plain Javascript.