100-days-of-code

https://github.com/jr0cket/100-days-of-clojure-code challenge to code for a minimum of 1 hour a day and share your experiences
kazesberger 2018-09-15T18:56:39.000100Z

I hillariously failed the first task i attempted to solve today realizing that i'm gonna publish a lot embarrassing code the following 100 days... ¯(ツ)

kazesberger 2018-09-15T20:59:23.000100Z

completed the task now, because i had a previously planned video chat with timothy pratley who happens to be a really nice guy (as this community is). will still look into some of the public solutions tomorrow.

porkostomus 2018-09-15T22:18:51.000100Z

Count me in as well! https://github.com/porkostomus/100-days-of-clojure-code

👍 2
porkostomus 2018-09-15T22:50:26.000100Z

My first ever Clojure app was a working Minesweeper game: https://github.com/porkostomus/tsweep

👍 1
porkostomus 2018-09-15T22:52:32.000100Z

However, I represented the board with a single vector, probably making the mine-detector implementation much harder than necessary.

kazesberger 2018-09-15T23:10:08.000100Z

wow never would have guessed that the juxt-wizard only started 10months ago 🙂 if you have any good advice for a novice I'd be grateful!

porkostomus 2018-09-15T23:16:14.000100Z

Haha I'm just faking it 'til I make it!