Fork me on GitHub
#protorepl
<
2016-12-31
>
jasongilman00:12:29

I actually thought about the card thing but it was going to take too long to put together. Proto REPL already has a way to do the extension thing

jasongilman00:12:08

You can write an extension that can display things in any way you want. It's not exactly what you're talking about but it can accomplish the same thing

jasongilman00:12:06

Proto REPL charts Clojure functions just return data like this:

jasongilman00:12:11

[:proto-repl-code-execution-extension "proto-repl-charts" {:type "chart" :name name :data chart-config}]

jmilum22:12:59

is there a way to rerun the last command sent to the repl?