Argh! is an esoteric programming language in the spirit of Befunge, Brainfuck, and friends. It is a nice and simple language with two dimensional code-flow, a combined code/data array, an infinite stack, regular characters for all instructions, no strange braces or symbols, no unnecessary arithmetic operators (add and sub are all you need), and countless other features it doesn't have. The distribution includes interpreters for Argh! and Aargh! (an extended Argh! that is most likely Turing complete), the official specification, editing modes for emacs and vim, and lots of examples.
| Tags | Software Development Interpreters Games/Entertainment |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX |
| Implementation | C Emacs Lisp |
A fast C++ matrix library with optional interfaces to LAPACK and ATLAS.