Welcome to the Mindbreak tutorial! This document is up-to-date as of Mindbreak v0.1.0-alpha.
Mindbreak is a high-level programming language that transpiles to perhaps the most famous esolang ever, Brainfuck.
Development began in 2020, inspired by the CFuck and byfon projects (which I also worked on).
Somewhat unlike the previous two projects, Mindbreak is focused on a welcoming, high-level design that abstracts away a majority of Brainfuck's concepts.
The purpose of this tutorial is to introduce all of Mindbreak's core concepts in a simple, easy to follow manner through examples. It'll also act as the language's specification,
at least until a reference implementation or formal specification is written. By the end, you'll hopefully be able to write your own Mindbreak programs with confidence.
This tutorial assumes prior experience with programming.