So I started developing my own assembly-like language that compiles to bf (and preferably assembly as well in the future).
I tried to make bf less of a hassle to write and make it easier to remember your memory layout so that you can focus on the actual algorithm you want to implement.
I would greatly appreciate any kind of contribution and feedback!