[2022 Day 6 Part 1][Brainf*ck] without the transpiler this time

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

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

  • For day 1 and day 2, i used my custom transpiler. But day 6 was an interesting challenge: there was basically no parsing required! So, instead, i manually crafted this piece of Brainf*ck nonsense. It solves part 1! Since all non-brainf*ck characters are ignored, i've manually commented it to make it as readable as Brainf*ck can be.

  • advent-of-code

  • For part 2, i used the transpiler. I duplicate the buffer of 14 cells, sort it using a bubble sort, and then only do 13 comparisons.

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