Weird Ones: 30 years of Brainfuck

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Scout Monitoring - Performance metrics and, now, Logs Management Monitoring with Scout Monitoring
Get early access to Scout Monitoring's NEW Ruby logging feature [beta] by signing up now. Start for free and enable logs to get better insights into your Rails apps.
www.scoutapm.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  • BrainBash

    A heavily optimizing Brain**** interpreter written in Bash!

    It's an interesting/challenging exercise to work through implementing some basic functions in BF, ie thinking only in loops.

    I implemented an optimizing interpreter in Bash[1] on a plane ride, and it's still one of my favorite pet projects.

    [1]: https://github.com/Gandalf-/BrainBash

  • Scout Monitoring

    Performance metrics and, now, Logs Management Monitoring with Scout Monitoring. Get early access to Scout Monitoring's NEW Ruby logging feature [beta] by signing up now. Start for free and enable logs to get better insights into your Rails apps.

    Scout Monitoring logo
  • BF-JIT

    BrainFuck just-in-time compiler

  • bf

    Fast, simple brainfuck interpreter in C (by siraben)

    Brainfuck makes it very easy to benchmark various optimizations that you can do to its interpreter.[0] Rendering a Mandelbrot set goes from 28.57 to 6.49 seconds with basic preprocessing!

    [0] https://github.com/siraben/bf

  • quine-relay

    An uroboros program with 100+ programming languages

    Quine relay [1] is to this day the most "I will never understand this" brainfuck project I have ever seen.

    [1] https://github.com/mame/quine-relay

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts