GitHub - xorvoid/meson-brainfuck: A proof that Meson is actually Turing-Complete
Meson: Brainfuck
A proof that Meson is actually Turing-Complete.
Background
While surveying various modern build systems for C and C++, I stumbled upon Meson (https://mesonbuild.com/).
After reading the docs, watching a few talks from Jussi Pakkanen, and experimenting on a few existing projects, I found myself pleasently suprised by Meson.
A lot of what has made Meson work well has been the highly principled approach Jussi has taken:
Learn from previous systems: CMake, Scons, etc
Minimize comple...
Read more at github.com