Argh!

From HaskellWiki
Jump to navigation Jump to search

This article is a stub. You can help by expanding it.

Argh! interpreter in wxHaskell

An interpreter for the Argh! programming language in wxHaskell. Argh! is an esoteric programming language created by Sascha Wilde. An Argh! program is a two-dimensional grid (80x40 cells) and each cell contains an integer that can be interpreted as such or as a command that can be executed. A stack is used to store values and to do calculations. For more information about Argh!, see Esoterisches Hacken (in German) (automatic translation to English).

The package can be downloaded from Hackage; the command cabal install arghwxhaskell produces the executable argh.

A sample Argh! program:

lllllllj
lllj   j  2 2 
kD2lgj lelSHSph
  1  j    lDj k
 LSdSh1DRxXqlFk
         llDk

The GUI:

Argh!.png


Links