Creating a tic-tac-toe game in Clojurescript using Reagent

1 · Abin Simon · Sept. 28, 2017, midnight
Whoosh, I am tired of JS all day long, let me try out something else. And yeah, I ended up here. Actually I was kinda playing around with Haskell before I reached here. It feels pretty good to have a change from the usual stuff. To be frank I think everyone should try out functional programming at some point of time. Well, enough bullshit let us get to building it. Fully working code: tictactoe-clojurescript-reagent To start with Clojrescript is a functional programming language. It derives f...