unison
unison copied to clipboard
Feature suggestion - evaluate Unison expressions from the command line
I'd like to be able to evaluate a Unison expression from the command line of the unison tool. I'm imagining something like:
master> > 2 + 2
So, even though watches beat REPLs, I still want to be able to use it like a REPL sometimes.