protorepl

jasongilman 2016-07-16T02:49:44.000046Z

I'm working on a new improvement to the saved values feature for Proto REPL. (See https://github.com/jasongilman/proto-repl/blob/master/README.md#saving-and-viewing-local-binding-values) next to all of the displayed values will be a def button. Clicking it will "def" the value meaning you can easily use it in the REPL.

jasongilman 2016-07-16T02:50:48.000048Z

It's going to make debugging problems in Clojure code a lot easier. I'm thinking about doing a YouTube video to show how it works.

2👍1🦜