Fork me on GitHub
#protorepl
<
2018-04-17
>
Daniel Hines20:04:44

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?

sashton21:04:12

I can’t imagine protorepl doing anything unexpected there.

seancorfield21:04:06

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