← All posts

All posts tagged "clojure"

Conway's Game of Life: A Functional Approach

In this post I describe how to implement Conway's Game of Life using functional programming to be able to transform a set of cells into the next iteration.

Clojure Functions in Four Ways

Four different and differently useful ways you can create functions in Clojure

Basics of Clojure

See how Clojure's syntax works, how functions work, and some basic data structures.