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
practicalli-john 2018-10-08T10:08:44.000100Z

@porkostomus a recent update to the Clojure layer removes the sayid debugger by default (and there is a pull request to remove clj-refactor too). Not running sayid may lead to less resources being used as previously it was injected as a dependency when you start the REPL from Spacemacs. Adding sayid back in if you do need a debugger is just a variable on the Clojure layer https://practicalli.github.io/spacemacs/install-spacemacs/enhance-clojure-experience.html

❤️ 1
kazesberger 2018-10-08T12:42:29.000100Z

had another coding session with timothy pratley. these sessions have become a great motivation boost to me (in addition to being super helpful to learn/discover new things).

kazesberger 2018-10-08T12:43:32.000100Z

R1D23: 4clj89

kazesberger 2018-10-08T12:45:35.000100Z

the problem statement was a bit confusing for me. i was not sure whether duplicate edges were to be treated as one or whether i need to visit each edge (even the duplicated ones) exactly once. (the latter was the case).