The Burro Programming Language
burro
Version: 2.0
Revision : 2011.0525
Download
Latest: | burro-2.0-2011.0525.zip |
| burro-2.0-2010.0607.zip | |
| burro-2007.1026.zip |
Requirements
- To run: Haskell 98
Description
Burro is a Brainfuck-like programming language whose programs form an algebraical group (modulo the equivalence relation of "computes the same function") under the operation of concatenation. The upshot of this is that, for every Burro program, we can find an antiprogram which, when appended to the program, forms a "no-op" program which has no effect.
This is a form of reversible computing, but unlike most reversible languages where it is the execution of the program that is "undone", in Burro, it is the program itself which is annihiliated by its antiprogram.
Burro 1.0 was released in fall of 2007, but proved not to form a proper group. This shortcoming was rectified in summer of 2010.
Documentation
- The Burro Programming Language, version 1.0
- Burro.lhs (generated from src/Burro.lhs)
Browse
- doc/
- src/