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

Tutorial / REPL for the lambda calculus

Results 47 lambda-explorer issues
Sort by recently updated
recently updated
newest added

I've pulled some not so happy tricks to make this work for rn. I want to clean those up. This is a not so secret disguise for the fact that...

cleanup

Like how it is in atom (or any sane text editor)

enhancement

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...

enhancement

Fixes #125 and #126. Builds on top of the commit for the test in PR #127, but that test likely won't pass because this implementation does rename the argument of...

prescedence -> precedence

When using the explorer and visually scanning to look back at the history of what I wrote, I found myself consistently mistaking the outputs for the inputs. This is because...

- This one should pass level 17, but doesn't: `(λabcd.ad)pyyp`. - This one should pass level 18, but doesn't: `(λx.i)xλj.k`. FWIW, the inspector thinks they're both beta-irreducible, despite reducing them.