An Thunno 2 interface for Mac/Linux machines.
According to Bing,
Zeno is a cool and mysterious name that evokes the paradoxes of Zeno of Elea, a Greek philosopher who challenged the notions of motion and infinity.
So I just went with that as the name for the interface.
You can install Zeno from PyPI:
pip install thunno-zeno
This command will install all the required dependencies.
You can start the interpreter by using the zeno
command.
From there, type in your code. You can use the following commands:
- CTRL D = switch to code
- CTRL F = switch to flags
- CTRL G = switch to inputs
- CTRL H = show the help message
- CTRL R = run the code
The code will be highlighted automatically.
This is from after pressing CTRL R to run the code