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
jumar 2018-09-17T08:44:34.000100Z

So I've heard about this 100-days-of-code challenge and I'm thinking about joining in. However, I did quite a few exercises like 4clojure et al before and I don't think they would be that useful for me to do them now. I also don't have any realistic project in my mind that could help me improve my Clojure skills significantly. However, I wanted to read Joy of Clojure for a long time so I've been thinking about reading it & doing exercises as part of 100-days-of-code challenge. Does that make any sense?

👍 1
practicalli-john 2018-09-17T10:34:19.000100Z

@jumar If you are happy to regularly share your thoughts and progress through the book with this channel, then that would be valuable. Take a look at what the others and I are sharing. If you can contribute in a similar way, then please join in.

jumar 2018-09-17T10:34:43.000100Z

Sure; thank you!

practicalli-john 2018-09-17T23:38:37.000100Z

Day 3 has been a mixture of experimenting with Joker and SVG graphics. Joker is very nicely integrated with Emacs, thanks to the clojure-lint Spacemacs layer. It gives lots of useful advice about your code but doesn't get in the way. For the coding I worked on the interface a little more. I created a fairly simple SVG component as a status bar and reminded myself of the benefit of using a view-box to control the size of the graphic that is generated. https://github.com/jr0cket/100-days-of-clojure-code/blob/master/log.md#20180917---day-3-joker-clojure-linter-and-svg-status-bars

👍 2