Writing a Regular Expression Engine in Scala - Part 1 12 Oct 2018

Having explained the theory behind Regular Expressions (see here), let’s implement a Regular Expression engine in Scala.

More

Code from a past life 22 Aug 2018

The other day I decided to dig out one of my old university assignments. In my second year we had an AI sub-module, in which the programming assignment was to solve a number of instances of the Travelling Salesman Problem.

More

Regular Expressions 19 Apr 2018

In a previous job I did a fair amount of mentoring. One piece I would use any excuse to bring out was a discussion of the theory behind regular expressions. It wasn’t just a digression - I found regular expressions much easier to read once I understood how they worked.

More

Now for the groundbreaking ceremony 17 Feb 2018

Greetings friends! This is the first of what will hopefully be many posts at ScownSpace.

More