Crystal, TDD and Conway's Game of life
The Game of Life is a cellular automation devised by the British mathematician John Horton Conway in 1970. I’ve been using it as a challenge to learn and teach programming languages in the past 5 years.
In this post I show you how I implemented it using TDD to learn Crystal.
Comments
Crystal is quite intriguing.
Post a comment