All posts tagged "clojure"
Conway's Game of Life: A Functional Approach
featured
featured
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/game-of-life-functional-programming
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
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/clojure-functions-in-four-ways
Four different and differently useful ways you can create functions in Clojure
Basics of Clojure
- Author: Stephen Ball
- Published:
-
Tags:
- Permalink: /blog/basics-of-clojure
See how Clojure's syntax works, how functions work, and some basic data structures.