thunno-zeno

Thunno 2 interpreter


Keywords
golfing, code-golf, language
License
CC0-1.0
Install
pip install thunno-zeno==0.2

Documentation

Zeno

An Thunno 2 interface for Mac/Linux machines.

Note: this hasn't been tested on Windows, but it probably won't work

Introduction

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.

Setup

You can install Zeno from PyPI:

pip install thunno-zeno

This command will install all the required dependencies.

Running

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.

Screenshot

This is from after pressing CTRL R to run the code

Screenshot 2023-05-02 at 15 08 14