SkillAgentSearch skills...

Mastermind

A custom programming language which compiles to the well-known esolang "Brainfuck".

Install / Use

/learn @Heathcorp/Mastermind

README

Mastermind

Mastermind is a programming language designed to compile to the esoteric language Brainfuck.

Brainfuck is essentially a modern interpretation of the classical Turing machine. It consists of an array (or tape) of 8-bit values, with simple increment/decrement, move left/right, and control flow operations. The full language only uses 8 control characters: +-><.,[].

Imagine an alternate reality where C was designed for computer architectures that run Brainfuck natively, that is what Mastermind is intended to be.

Mastermind language/compiler reference can be found here: https://github.com/Heathcorp/Mastermind/blob/main/reference.md

Development guide can be found here: https://github.com/Heathcorp/Mastermind/blob/main/devguide.md

View on GitHub
GitHub Stars24
CategoryDesign
Updated2d ago
Forks1

Languages

Rust

Security Score

95/100

Audited on Mar 27, 2026

No findings