Fork me on GitHub
#clara
<
2016-03-15
>
ryanbrush02:03:12

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

kahunamoore02:03:47

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.