eml playground
A scientific calculator whose every operation is a pure EML tree, plus a REPL for hand-rolled expressions. Switch with the tabs below, each answer comes with the underlying eml(x, y) expansion you can inspect.
Every operation routes through a pure-EML tree. Inputs are substituted into , leaves of the operator's tree; the value you see is what nestings actually compute. Domain limit: for shifted ops (+, −x, ±). Multiplicative ops require positive inputs.
One-click calculations that load straight into the display and the EML graph.
Press a calculator button to see the EML composition behind the answer.
The bedrock primitive is (needs ). Every other op composes from this:
Depths balloon, multiply alone is a tree with hundreds of nodes, but every leaf is either or one of your inputs. There are no other primitives.