A concise golfing language
Thunno 2 has its own online interpreter, where you can try Thunno 2 online. Thunno 2 is also on Attempt This Online!, an online sandbox environment for running code in hundreds of different programming languages.
If you have any questions about Thunno 2, feel free to ping me (@TheThonnu
) in the Thunno 2 chatroom.
You'll need Python 3.6+ to run Thunno 2. If you don't have this already, you can download it from here.
You can install Thunno 2 via PyPI.
Run the following command in your terminal:
pip install thunno2
It will install the latest version of Thunno 2.
Then, to run your code, just type thunno2
into the terminal.
This will start the interpreter. After that, type in your code, input and flags when prompted.
See the docs
folder for the documentation.
For tips on how to code-golf in Thunno 2, see Tips for golfing in Thunno 2 on Code Golf Stack Exchange.
© Thunno organisation 2023
The code in this repository is licenced under the Creative Commons Zero v1.0 Universal License. See LICENSE.txt
for the full license.