An open API service indexing awesome lists of open source software.

https://github.com/paraseba/clojure-tic-tac-toe-presentation

Presentation about Clojure for FP newbies, using tic-tac-toe as an example
https://github.com/paraseba/clojure-tic-tac-toe-presentation

Last synced: 4 months ago
JSON representation

Presentation about Clojure for FP newbies, using tic-tac-toe as an example

Awesome Lists containing this project

README

          

#Clojure Presentation

This is a presentation about functional programming and Clojure in particular.

I implement a tic-tac-toe player to demonstrate some cool Clojure features and
to show how do you model a simple problem the functional way.

You can see the presentation online in (http://paraseba.github.com/clojure-tic-tac-toe-presentation/)

To see the full code for the tic-tac-toe, go to (https://github.com/paraseba/tictactoe)