ZOWIE

This is a web-based interpreter for the esoteric programming language ZOWIE.

Technically, it is zowie.py (the reference implementation of ZOWIE, written in Python,) running under Skulpt (a Python interpreter written in Javascript) running in an HTML5 document.

Note, input is not yet supported, and errors are not yet handled in a user-friendly way.

Instructions:

Select an example program from the dropdown box and click "Run" to run it. You can also edit the program before running it. Or you could clear the textbox and write an entirely new program there and run it.

You might also want to read the description of the ZOWIE programming language.