Thunno / Zeno

An interpreter for Thunno 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project has been abandoned as of 4th May 2023


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

About

An interpreter for Thunno 2

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%