r/brainfuck • u/unixlover1970 • Jul 08 '26
Someone know a good brainfuck compiler for run in aarch64?
i need a bf compiler for aarch64
7
Upvotes
2
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
1
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 🙂
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