discuss.CodeMirror
Evaluating code in place
willwhite
February 15, 2016, 7:30pm
1
How could we make this happen? I’m tired of console.logging.
willwhite
February 16, 2016, 5:21pm
2
The static way:
Select expression arr.
Get value of arr from its definition, then run through the code up to the selected arr.
Swap arr for its value.