Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Debug applications of a function more easily by printing its arguments and the result
ResourceFunction["EchoEvaluate"][f][args…] yields the same result as f[args], but prints args and the final result. |
Define a function and apply its echoed version:
In[1]:= |
In[2]:= |
Out[2]= |
Use an echoed function defined as a symbol:
In[3]:= |
In[4]:= |
Out[4]= |
Echo and evaluate a pure function:
In[5]:= |
Out[5]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License