/clojure-intro-workshop

Our "getting to know clojure" workshop.

Primary LanguageClojure

Game of Life

Clojure Introduction

In this workshop, we create a game which combines simple rules to create complexity. Modelled on life, this game's rules were inspired by birth, death and survival.

This repo contains:

  • a starter-kit for programming the Game of Life.
  • examples which you can mold to your ends.

Install

  • git clone git@github.com:adcloud/clojure-intro-workshop.git
  • Install leiningen.
  • Somewhere under the project folder, run lein deps
  • You can start an interactive repl with lein repl

Let's start!

Cheat sheets

License

Copyright © 2013 Waldemar Schwan, Tj Gabbour

Distributed under the Eclipse Public License, the same as Clojure.