Argh!

From HaskellWiki
Revision as of 15:40, 3 December 2015 by Henk-Jan van Tuyl (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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