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-28T01:10:23.000100Z

R1D13 4clj to 81. had some troubles with 79: misunderstood the task which i realized after cheating my way to see the solutions 😳 getting a better feeling for coding/debugging every day. I feel like after this first round will be the perfect time to fiddle around with other editors/repls

rmprescott 2018-09-28T23:37:13.000100Z

79 is interesting. There are a couple of reasonable approaches (amcnamara uses the same approach I did but ((so)) much more elegantly). There are also a myriad of really bad approaches.

kazesberger 2018-09-28T23:48:23.000100Z

@rmprescott yeah have him on my followers list. he gave me already some jaw-dropped moments xD

rmprescott 2018-09-28T23:53:45.000100Z

true that

rmprescott 2018-09-28T23:58:21.000100Z

I think this was one of the most jaw dropping, mind blowing moments for me. Trying to figure it out led me to SICP and streams. It's mentioned in passing in one of the lectures you can watch on YouTube https://twitter.com/rmprescott/status/730031376691548160 I think I first saw it on @clojuregrams, also a fun learning resource. Daily snippets of clojure.

1
porkostomus 2018-09-28T05:04:21.000100Z

Minesweeper, disjoint sets and getting my first Clojure job! https://github.com/porkostomus/100-days-of-clojure-code/blob/master/log.md

👏 1
🎉 4
seancorfield 2018-09-28T05:56:59.000100Z

Congrats!

kazesberger 2018-09-28T23:50:30.000100Z

am really tired after rehearsal day in my wind band but still did at least a bit of coding today (started 4clj82 and am confident to solve it tomorrow - although it will probably a very bad first solution being quite bloaty code... but mb i figure out a better way to solve this)

kazesberger 2018-09-28T23:50:52.000100Z

now definitely hammock time 😉

practicalli-john 2018-09-28T23:52:26.000100Z

Day 13 - more demo graphics and I fell asleep before committing/pushing/writing the journal, so updated today Day 14 - some ClojureBridge content hacking in Markdown and Clojure, tweaking a few things I noticed when reviewing the material for this weekend's event. https://github.com/jr0cket/100-days-of-clojure-code/blob/master/log.md#20180928---day-14-hacking-clojurebridge-london I must have fallen asleep at the keyboard on day 13 because the commit has broken the CircleCI build (so at least I know that its working in that regard).