This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-03-15
Channels
- # admin-announcements (25)
- # beginners (21)
- # boot (487)
- # cider (8)
- # clara (2)
- # cljsrn (35)
- # clojure (44)
- # clojure-austin (6)
- # clojure-russia (211)
- # clojure-uk (25)
- # clojurescript (225)
- # core-matrix (1)
- # data-science (3)
- # datomic (23)
- # events (1)
- # hoplon (9)
- # immutant (14)
- # jobs (1)
- # jobs-discuss (5)
- # ldnclj (3)
- # lein-figwheel (2)
- # off-topic (2)
- # om (65)
- # onyx (65)
- # parinfer (3)
- # pedestal (4)
- # proton (1)
- # protorepl (1)
- # re-frame (16)
- # reagent (3)
- # ring-swagger (1)
- # specter (11)
- # untangled (1)
- # yada (8)
@kahunamoore: sounds cool! IDE integration would be awesome. There might be some code that could be reused or refactored out of clara-tools for this, although I agree having an HTTP server in the middle makes less sense for what you describe.
I really like what you did with clara-tools - very compact and clean code. The HTTP server was clearly the right call given the requirements (I’m guessing a problem at work and needing visibility…) I’m hoping to write as little code as possible but still integrate with what people are already doing (e.g. IntelliJ debugger, repl). I want to create some visualizations for the debugger, some utilities for the repl, etc. The logic -> graph and session -> graph functions are very helpful.