BFS VS advent-of-code

Compare BFS vs advent-of-code and see what are their differences.

BFS

BrainfuckStack: a (made-up forth-like language)-to-Brainfuck transpiler (by nicuveo)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
BFS advent-of-code
2 19
0 23
- -
10.0 6.9
over 1 year ago 6 months ago
Haskell Brainfuck
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

BFS

Posts with mentions or reviews of BFS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-07.
  • [2022 Day 6 Part 1][Brainf*ck] without the transpiler this time
    2 projects | /r/adventofcode | 7 Dec 2022
    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.
  • [2022 Day 1][Brainf*ck] because why not
    3 projects | /r/adventofcode | 6 Dec 2022
    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:

advent-of-code

Posts with mentions or reviews of advent-of-code. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-17.

What are some alternatives?

When comparing BFS and advent-of-code you can also consider the following projects:

aoc2022 - Advent of Code 2022

AoC - Advents of Code in NASM x86_64 assembly

aoc - Advent of Code 2022 🎄

AdventOfCode2022 - My solutions for Advent Of Code 2022

advent-of-code-2022

AdventOfCode2022 - Advent of code 2022 solutions

advent-of-code-2022 - Solutions to AoC 2022 in zig

advent-of-code

AdventOfCode2022

boline - A low level preprocessor meta programming library.

aoc - advent of code

AoC - my personal repo for the advent of code yearly challenge