Comment by ๐ random2934
Re: "The Headache Programming Language"
wow this is awersome. :D
2024-08-30 ยท 2 years ago
Poll Results
1. Like
โโโโโโโโโโโโโโโโโโโโโโโโ 90%
2. Dislike
โโโโโโโโโโโโโโโโโโโโโโโโ 10%
20 votes were cast.
5 Later Comments โ
๐ LucasMW [OP] ยท 2024-08-30 at 23:00:
Thanks!
๐บ swee ยท 2025-01-17 at 03:18:
A work of art
๐ฆ bsj38381 ยท 2025-07-13 at 19:57:
Looks pretty interesting, I'm still wondering how I'll continue on my esoteric programming language, PolkaPy.
๐ง๏ธ candycanearter [โ๏ธ] ยท 2025-07-14 at 14:16:
cool project, but isnt brainfk supposed to be hard to code in on purpose?
๐ LucasMW [OP] ยท 2025-07-14 at 16:05:
@candycanearter Yes. And Headache language is to make it not that difficult to normal programmers.
Original Post
โ menezesworks.com/headache.gmi
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-...