Weird Ones: 30 years of Brainfuck

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

Scout Monitoring - Rennaisance engineers rejoice! 1 gem 5 min to app monitoring
5-minute onboarding. No sales team. Devs in the support channels. No DevOps team required. Get the free app insights every engineer deserves with Scout Monitoring.
https://www.scoutapm.com/ruby-monitoring?utm_source=libhunt_ruby&utm_medium=affiliate&utm_campaign=june24&utm_content=newsletter_ad
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
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

  • BF-JIT

    BrainFuck just-in-time compiler

  • Scout Monitoring

    Rennaisance engineers rejoice! 1 gem 5 min to app monitoring. 5-minute onboarding. No sales team. Devs in the support channels. No DevOps team required. Get the free app insights every engineer deserves with Scout Monitoring.

    Scout Monitoring logo
  • 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