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
- Host: GitHub
- URL: https://github.com/paraseba/clojure-tic-tac-toe-presentation
- Owner: paraseba
- Created: 2011-05-05T22:23:59.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-05T23:41:10.000Z (about 15 years ago)
- Last Synced: 2026-02-15T06:06:08.281Z (4 months ago)
- Homepage:
- Size: 258 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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)