Tree @master (Download .tar.gz)
Burro
Try it online @ catseye.tc | Wiki entry @ esolangs.org | See also: Tandem
This is the reference distribution for Burro, a formal programming language whose programs form a group (an algebraic structure from group theory). The precise sense of this statement is explained in the accompanying document The Sense in which Burro Programs form a Group, but the following can be taken as a high-level summary: For every Burro program text, there exists an "annihilator" program text which, when concatenated to the original program text, forms a "no-op" program.
The current version of the Burro language is 2.0, and is defined by the
Literate Haskell file Language/Burro/Definition.lhs
in the src directory, which also serves as the reference implementation
of the language.
Note: In some repository viewers (such as Codeberg), viewing the contents of the
directory src/Language/Burro/
will render the Markdown within the Literate Haskell file nicely, making the definition
more readable.
History
- 2005: The author, already familiar with brainfuck and starting to learn about group theory and seeing some similarities between them, gets some ideas about how they could be combined.
- 2007: Burro language version 1.0 is released. Its documentation
can still be found in the file
doc/burro-1.0.md. - 2010(?): It is noticed and pointed out by ais523 and others that the set of Burro 1.0 programs does not actually form a group.
- 2010: Burro language version 2.0 is designed and released, along with a proof that its programs do form a group, and a proof that the language is Turing-complete.
- June 2020: A more mathematical explanation of the sense in which Burro programs form a group is written up. It can be found in the document The Sense in which Burro Programs form a Group.
- July 2020: It is noticed and pointed out (by whom?) that the proof of Turing-completeness distributed with Burro 2.0 is incorrect — it only holds for very small Turing machines. In response to this, a new extensible conditional idiom is developed for Burro code, with the aim of supporting a correct proof of its Turing-completeness.
- 2025: A minor variant of Burro called Kondey — basically a syntactic sugar for the extensible conditional idiom — is designed, again to support the construction of a new Turing-completeness proof.
- June 2026: Tooling for working with Turmac, an interchange format for Turing machines, (version 0.4), is commingled in the source tree, as further support for a Turing-completeness proof.
- July 2026: A proof that Burro is Turing-complete was found using Claude Opus 4.8.
Commit History
@master
git clone https://git.catseye.tc/Burro/
- Add BSD license. Chris Pressey 3 years ago
- Improve the exposition. Chris Pressey 3 years ago
- Add example programs loaded initially into the HTML5 installation. Chris Pressey 3 years ago
- Finish editing the explanation (this draft of it, anyway.) Chris Pressey 3 years ago
- Make build.sh work with containerized hastec. Chris Pressey 3 years ago
- Some edits, in-progress, to the README. Chris Pressey 3 years ago
- The Turing-completeness proof is incorrect, so remove it for now. Chris Pressey 3 years ago
- Move Language/Burro.lhs to Language/Burro/Definition.lhs. Chris Pressey 6 years ago
- Also clean generated javascript. Chris Pressey 6 years ago
- Add some test cases that show that the idiom works. Chris Pressey 6 years ago
- Continue to work out the extensible conditional idiom. Chris Pressey 6 years ago
- Rewrite parts of the conditional idiom exposition for clarity. Chris Pressey 6 years ago
- Develop conditional idiom, rename tests to Tests.md, add driver. Chris Pressey 6 years ago
- Develop the idiom further. Chris Pressey 6 years ago
- Begin developing an extensible idiom for conditionals. Chris Pressey 6 years ago
- Add rudiementary Burro debugger and rudimentary example programs. Chris Pressey 6 years ago
- Remove unneeded import. Chris Pressey 6 years ago
- Note revision of this document in summer 2020. Chris Pressey 6 years ago
- Another small edit. Chris Pressey 6 years ago
- Small edits Chris Pressey 6 years ago
- Revamp new description. Chris Pressey 6 years ago
- Typesetting. Chris Pressey 6 years ago
- Fix links to Burro.lhs. Chris Pressey 6 years ago
- Apparently ~ means strikethru in GitHub Flavoured Markdown. Chris Pressey 6 years ago
- Attempt more conventional description of how a group is involved. Chris Pressey 6 years ago
- Last fix to typesetting, giving it a rest. Chris Pressey 6 years ago
- Another attempt at fixing the typesetting. Chris Pressey 6 years ago
- Attempt fix typesetting bogons. Chris Pressey 6 years ago
- "Typesetting". Chris Pressey 6 years ago
- GitHub-flavour the remaining table, generally massage the Markdown. Chris Pressey 6 years ago