Meanwhile, a Go to Brainfuck compiler remains uncharted territory.<p>(If you are genuinely curious, there is already a BASIC-to-Brainfuck compiler [1] and a C-to-Brainfuck compiler [2].)<p>[1] <a href="https://esolangs.org/wiki/BFBASIC" rel="nofollow">https://esolangs.org/wiki/BFBASIC</a><p>[2] <a href="https://esolangs.org/wiki/C2BF" rel="nofollow">https://esolangs.org/wiki/C2BF</a> (and I think I've seen at least two more)
Related to this I used go to compile brainfuck to x86 assembly:<p><a href="https://github.com/skx/bfcc" rel="nofollow">https://github.com/skx/bfcc</a><p>That was a fun project I challenged myself to complete in a weekend.