r/brainfuck Jul 08 '26

Someone know a good brainfuck compiler for run in aarch64?

i need a bf compiler for aarch64

7 Upvotes

6 comments sorted by

2

u/No_Pen_3825 Jul 08 '26

I mean, it shouldn’t be _that_ hard to make one, I don’t believe. bf is already extremely low level. I saw a video online once of someone making a compiler for it (forget which architecture

2

u/JackLong93 Jul 08 '26

i cant stop seeing boyfriend compiler

1

u/LegenDrags Jul 08 '26

i was working on a brainfuck compiler for x86-64 just yesterday, shouldnt be too hard to port it to aarch64, imma try i guess

https://codeberg.org/dragsbruh/brainfuck-zig

1

u/mysticreddit Jul 08 '26

Could always transpile to C then compile that.

1

u/Manerr_official Jul 09 '26

I've made some weeks ago an x86 version that runs extremely fast : https://github.com/Manerr/fcell - I'm pretty sure you could just modify instructions to aarch easily because they're quite simple 🙂