protorepl

2018-04-17T20:56:44.000140Z

I have an expensive series of http operations. Does proto-repl respect defonce? Can i just defonce the results of my operation, and trust it not to evaluate it anymore?

sashton 2018-04-17T21:18:12.000570Z

I can’t imagine protorepl doing anything unexpected there.

seancorfield 2018-04-17T21:43:06.000214Z

ProtoREPL just sends code to the REPL -- the REPL will do the right thing there (as long as you're not refreshing namespaces, but that's still just the REPL doing what it does).