practicalli

https://practicalli.github.io/ http://yt.vu/+practicalli (youtube)
practicalli-john 2020-11-08T16:13:34.143200Z

https://github.com/practicalli/clojure-deps-edn user level deps.edn configuration for Clojure CLI tools has been updated. Monthly review of library versions with new versions applied. See changelog for full details

practicalli-john 2020-11-08T16:16:21.143400Z

Its a great solution, really like this. Unless its under a restrictive copywright, it would be a good example for the Practicall Clojure book ๐Ÿ™‚

practicalli-john 2020-11-08T16:20:37.143600Z

I avoid clever meta-programming tricks unless its the only way (which it rarely is) ๐Ÿ™‚ macros and meta-programming tricks I leave for others to have a maintenance hangover with...

2020-11-08T19:02:38.143800Z

Youโ€™re more than welcome to use it!

practicalli-john 2020-11-08T23:02:16.147800Z

I've been caught out by cider docs not working before, especially when just starting the repl. Cider doesnt load the clojure.core functions unless a project namespace is evaluated (evaluating the buffer evaluates the namespace, as does some other evaluations) Help is available on the Clojure special forms, I assume because they are more ingrained into how Clojure runs. So the first thing after starting a repl should be to evaluate a namespace (or source code buffer). I've updated the docs here https://practicalli.github.io/spacemacs/documentation/cider-doc.html