clojuredesign-podcast

Discussions around the Functional Design in Clojure podcast - https://clojuredesign.club/
billhowe 2020-08-19T21:14:37.160300Z

I've been working my way through all the podcasts, starting from ep1. On episode 43 now and have been enjoying the journey. Thank you for putting together some fun to listen to and thought provoking content! @neumann @nate Inspired me to try out tic tac toe in Clojure as I was just getting started with it (Clojure and the podcast) a few months ago!

✔️ 1
practicalli-john 2020-08-26T13:52:17.002600Z

If you would like to see some other approaches, there is a video walk-through of the approach I took for a command line tic-tac-toe game. https://youtu.be/_eO7EsXO2XE I took a different approach for a ClojureScript version of the game, using SVG for the game board https://practicalli.github.io/clojurescript/reagent-projects/tic-tac-toe/index.html

billhowe 2020-08-26T14:33:01.003100Z

Cool, I'll check them out. Thanks!

billhowe 2020-08-27T22:19:54.004400Z

Always interesting seeing how others solve things. It didn't occur to me to use a numbering system like that. I ended up using a hash-map and row/cols: https://github.com/wdhowe/clojure-mini-projects/tree/master/tic_tac_toe

👍 1
nate 2020-08-19T21:16:53.161100Z

Hey @wdhowe glad to hear you're enjoying our podcast. I see you're well into the summer of questions that we did last year.

nate 2020-08-19T21:18:01.161500Z

Let us know if you have any questions or topics you'd like to hear us talk about.

billhowe 2020-08-19T21:21:40.162Z

As soon as I'm caught up I will for sure.