[blog] | [projects] | [about] | [imprint]

TDD - Mars Rover Kata Outside-in in Common Lisp

03 May 2020
 

This implementation of the Mars Rover Kata in Common Lisp gives an introduction to the Actor library cl-gserver.

So the Rover is implemented as an Actor, but the design is test-driven. I.e.: what collaborators do we have there and how are they associated?

We will finally have carved out a 'reporting' facility where the rover reports its state to.

[atom/rss feed]