The ZOWIE Programming Language
zowie
Version: 1.0
Revision : 2011.1214
Esolang Wiki: ZOWIE
Download
Latest: | zowie-1.0-2011.1214.zip |
| zowie-1.0-2009.1229.zip |
Requirements
- To run: Python 2.5.2 or later
Description
ZOWIE is a machine-like language in which all operations including structured control flow are memory-mapped.
Control flow is structured in the sense of structured programming —
the programmer never deals with gotos, or offsets or labels of any kind.
Instead, the program writes to a memory location to mark the beginning or end of a loop or conditional.