Archives by date

You are browsing the site archives by date.

Adventures In Declarative Programming: Conway’s Game Of Life

My first blog post about declarative programming explained how to write a Sudoku solver in the logic programming language Prolog. This time I’ll show you how to implement Conway’s Game of Life in the functional programming language Clojure. But before that, let me explain a few general things. The first three paragraphs are for readers who […]