Fork me on GitHub
#100-days-of-code
<
2018-10-08
>
practicalli-johnny10:10:44

@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

❤️ 4
kazesberger12:10:29

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).

kazesberger12:10:32

R1D23: 4clj89

kazesberger12:10:35

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).