lambda-explorer icon indicating copy to clipboard operation
lambda-explorer copied to clipboard

Figure out some way of having predefined or persistent variables

Open evinism opened this issue 8 years ago • 0 comments

As a user, I always want to define t, f, 0, 1, 2, 3, 4, S ... a whole bunch of other things. Right now on reload, the execution context is destroyed.

this is primarily a user interface problem-- persisting the variables cross session's dead easy, it's just presenting that to the user what's defined that's the issue.

evinism avatar Jun 04 '17 20:06 evinism