Pyfuck - A python to brainfuck translater

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • brainfuck

    Seamless integration between Brainfuck and Python with AST compilation! (by koirikivi)

  • bfi

    Fast optimizing Brainfuck interpreter in pure python (by eriknyquist)

  • nice, me too :D https://github.com/eriknyquist/bfi I took a different approach than you, I compile the brainfuck into an intermediate bytecode that takes advantage of common brainfuck programming constructs, and execute the bytecode. Much faster execution for big/longrunning programs (although not as fast as just writing it in C, it is still python...)

  • 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.

    InfluxDB logo
  • BrainfuckIntern

    Uses a genetic algorithm to "evolve" brainfuck programs with desirable behaviours

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