๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ s โ€บ programming โ€บ 19176 captured on 2024-12-17 at 15:05:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2024-08-31)

๐Ÿšง View Differences

-=-=-=-=-=-=-

The Headache Programming Language

Headache is a programming language which compiles to 8 bit brainfuck

The Headache programming language is a Turing Complete language for generating brainfuck programs. It borrows most of its syntax from C

Headache was designed to be the most lightweight technology to compile brainfuck programs, and it can be downloaded with git clone, and builded with make, flex and bison in any unix-like system.

It's compiler, hac, is capable of transpiling headache programs into brainfuck. The generated brainfuck programs can be run in any decent 8 bit brainfuck interpreter.

Headache is also bundled with a custom brainfuck interpreter that includes extra features useful for debugging

Headache is also bundled with an expander program. This program can transform 8 bit brainfuck programs into 16 bit programs, 32 bit programs and so on.

Last, but not least, Headache is bundled with bfalgoConverter program, an utility for converting Brainfuck Algorithms webpage's sample pseudocode into bfalgo() calls inside Headache's source code, i.e. is a tool for developers to make it easier to update Headache with new brainfuck algorithms

menezesworks.com/headache.gmi

/u/LucasMW/image/336.jpeg

Poll Results

1. Like

โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–โ–โ– 88%

2. Dislike

โ–ˆโ–ˆโ–ˆโ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ–โ– 12%

16 votes were cast.

#headache #language ๐Ÿ“Œ ๐Ÿ—ณ๏ธ #programming

Posted in: s/programming

๐Ÿš€ LucasMW

Aug 23 ยท 4 months ago ยท ๐Ÿ‘ eddos

2 Comments โ†“

๐Ÿš€ random2934 ยท Aug 30 at 12:04:

wow this is awersome. :D

๐Ÿš€ LucasMW [OP] ยท Aug 30 at 23:00:

Thanks!