cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
2021-03-26T10:04:34.078300Z

liked the new behavior of cider-inspect, i.e. switch to latest evaluated result (not sure how new it actually is) -- found it handy ๐Ÿ‘

๐Ÿ‘ 2
stathissideris 2021-03-26T11:55:32.079700Z

I do cider-jack-in-clj&cljs so I get 2 REPLs that belong to the same session (one for server, one for frontend app). When I start my server, I can see its logging output in both REPLs, is that a bug or a feature??

stathissideris 2021-03-26T11:58:41.080300Z

doesnโ€™t happen if I start clj and cljs in different sessions