Inspiration

The GHW Hackathon really made me want to try something new, and getting into an esoteric language like brainf*ck seemed really interesting.

What it does

The code prints out "Hello, World!" by incrementing continuous blocks to the ascii value of the letters and then calling the print command individually for every letter. It's not the most efficient in the world but it did help me learn a lot.

Challenges we ran into

In my opinion the hardest thing was trying to debug the code, when it exists in a format that doesn't really lend itself to the most intuitive debugging process.

Accomplishments that we're proud of

Just getting it done, to be honest. Brainf*ck is hard!

What we learned

The language itself, and all the research I put into what makes a technology turing complete.

Built With

  • brainfuck
Share this project:

Updates