In Mathematica, a function %gives the value in the previous line. Is there a corresponding function in Clojure (Leiningen REPL)?
%
Math documentation :
%nor Out[n]is a global object that is assigned the value created on the output string n ^ (th).%gives the last result.%%gives the result to the last. %% ...% (k times) gives k ^ (th) the previous result.
%nor Out[n]is a global object that is assigned the value created on the output string n ^ (th).
%n
Out[n]
%gives the last result.
%%gives the result to the last. %% ...% (k times) gives k ^ (th) the previous result.
%%
yes, partially . From REPL you will get the previous three results:
*1*2 *3 , , .*e , .
*1
*2
*3
*e
, , Mathmatica. , repl, .