[2022 Day 1][Brainf*ck] because why not

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

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

  • tl;dr: day 1 in Brainf*ck

  • BFS

    BrainfuckStack: a (made-up forth-like language)-to-Brainfuck transpiler (by nicuveo)

  • For the purpose of writing more interesting programs with it, i ended up making a Forth-like custom language on top of Brainf*ck that allows me to give a name to snippets like the one above, like addi, and use them instead of having to copy and paste everything; plus it does some rudimentary type-checking, which ensures i'm not messing up my memory layout too much. Thanks to it, i can write things such as this snippet, which i used to read numbers from the input:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • brainfuckyou

    Brainfuck, but with more fuckery.

  • I wrote a version of Brainfuck called Brainfuckyou, that requires a semicolon after every operator, just to make it that much harder to read. https://github.com/joeygibson/brainfuckyou

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