- Brainfuck compiler written in Rust https://github.com/Aityz/Brainfork 7 comments rust
- Bodyfuck – I started writing code in the language created by nikhanselmann 15 years ago! It's brainfuck without the hassle of the keyboard! No more sitting still in a dark room in front of my computer! https://youtu.be/aZ6Ey_xc33A 10 comments programming
- Brainfuck implemented in Haskell's type system https://github.com/toptobes/typefuck-haskell 2 comments haskell
- Brainfuck Optimizing Compiler + Bytecode VM in Go https://github.com/raklaptudirm/brainfuck 7 comments golang
- i made a brainfuck interpreter in Luau https://github.com/tally-hall/side-projects/blob/main/luau-brainfuck-interpreter/main.lua 5 comments brainfuck
- I made a Brainfuck interpreter on Roblox called "Boggled." https://www.roblox.com/games/8032578760/Boggled-A-Brainfrick-interpreter 2 comments brainfuck
- Learn Assembly by Writing Entirely Too Many Brainfuck Compilers https://github.com/pretzelhammer/rust-blog/blob/master/posts/too-many-brainfuck-compilers.md 3 comments riscv
- "Harry Potter and the Philosopher's Stone" translated to Brainfuck https://github.com/neysofu/harry-potter-in-bf 5 comments brainfuck
- Brainfuck torture test ? (no STDIN) https://github.com/fabianishere/brainfuck/blob/master/examples/hanoi.bf 5 comments brainfuck
- How can I duplicate a cell value to another cell in Brainfuck? http://www.asciitable.com/ 7 comments brainfuck
- I'm a Golang beginner and I wrote a Brainfuck interpreter. Check it out https://mihajlonesic.gitlab.io/archive/brainfuck-in-go/ 6 comments golang
- Does pretty much everyone here use Copy's brainfuck transpiler? http://copy.sh/brainfuck/ 4 comments brainfuck
- A brainfuck interpreter written in Haskell typeclasses https://gist.github.com/elyatai/793d0897e32767a9bc48495db4f19153 30 comments haskell
- Power of Shorts (16 Bits) In Brainfuck (8 Bits) https://gist.github.com/LucasMW/433f6da514d87e5e49affb6c7dd86435 8 comments brainfuck
- I've written an optimizing Brainfuck interpreter in F#! https://www.reddit.com/r/fsharp/comments/dd9c14/ive_written_an_optimizing_brainfuck_interpreter/ 6 comments fsharp
- Crazy idea: let's write chess engine in brainfuck! http://www.hevanet.com/cristofd/brainfuck/ 25 comments brainfuck
- Brainfuck Compiler for 32bit x86 (nasm) https://github.com/icholy/brainfuck 6 comments golang
- Boof: A Brainfuck IDE https://brandly.github.io/boof/ 15 comments brainfuck
- My brainfuck experience (tree program) https://fatiherikli.github.io/brainfuck-visualizer/ 3 comments brainfuck
- SuperFuck, a better version of BrainFuck. (FeedBack welcome) http://www.wtfpl.net/ 8 comments brainfuck
- Jelly - my new browser-based brainfuck compiler, interpreter, and IDE https://btzy.github.io/jelly 3 comments brainfuck
- Self-modifying brainfuck interpreter written in C. https://github.com/nikp123/selfmodifying-brainfuck-interpreter 4 comments brainfuck
- Breadboard Brainfuck Computer http://blog.cogwheel.info/2017/05/ttl-brainfuck-computer-part-4-animate.html 9 comments compsci
- Brainfuck for dummies http://blog.klipse.tech/brainfuck/2016/12/17/brainfuck.html 2 comments brainfuck
- [21 Days of Brainfuck] Day 3: Comparison http://plainsmanlabs.com/mental-1/#21days/2~Zoccihedron.bf@6 3 comments brainfuck
- Elliot Chance - Write Your Own Brainfuck Compiler http://www.elliot.land/write-your-own-brainfuck-compiler 6 comments brainfuck
- Brainfuck Optimization Strategies http://calmerthanyouare.org/2015/01/07/optimizing-brainfuck.html 14 comments programming
- x86 is still Turing-complete with no registers (complete with a Brainfuck compiler to prove it) http://mainisusuallyafunction.blogspot.com/2014/02/x86-is-turing-complete-with-no-registers.html 25 comments programming
- My first Brainfuck computer http://vonkonow.com/wordpress/2013/09/my-first-brainfuck-computer/ 16 comments programming
- Brainfuck *compiler* in brainfuck (optimizing, cross-compiling, self-hosting, 4-language polyglot, ...) http://awib.googlecode.com/svn/builds/awib-0.3.b 19 comments programming
- Weekend abomination : brainfuck implemented in C++ templates https://github.com/knome/metabrainfuck/blob/master/bf.cpp 54 comments programming
- Visual brainfuck https://sites.google.com/site/visualbf/ 31 comments programming
- Transpiling Languages: An Intro with Brainfuck http://blog.justinpoliey.com/transpiling-languages-an-intro-with-brainfuck.html 7 comments programming
- Brainfuck in One Line of Python http://www.cs.princeton.edu/~ynaamad/misc/bf.htm 159 comments programming
- Fun with brainfuck while waiting for a flight http://bytesizebio.net/index.php/2011/11/06/brainfk-while-waiting-for-a-flight/ 23 comments programming
- The Brain Editor and Fucker, or Brainfuck for TECO. http://www.esolangs.org/files/brainfuck/impl/befstarobf.tec 7 comments programming
- Typefuck: Brainfuck implemented within the Haskell type checker http://killersmurf.blogspot.com/2009/11/typefuck.html 15 comments programming
- Awesome'ist code ever written: Game of Life written in Brainfuck, code also ascii-art style spells "Life" http://www.linusakesson.net/programming/brainfuck/ 35 comments programming
- A brainfuck synthesizer http://probablyprogramming.com/2009/08/06/a-brainfuck-synthesizer/ 4 comments programming
- Toadskin: combining the worst of Forth and Brainfuck http://74.125.113.132/search?q=cache:a6nusogrjbij:billglover.com/software/toadskin/+toadskin+forth&strip=1 9 comments programming