sunjay / brain

A high level programming language that compiles into the brainfuck esoteric programming language
MIT License
167 stars 12 forks source link

High Level Libraries #26

Open sunjay opened 7 years ago

sunjay commented 7 years ago

Brainfuck doesn't really have anything other than basic IO. It would be cool if we could design some libraries in another library that could interface with a brainfuck program.

Example: a graphics program written in some language that interprets output produced by the brainfuck executable to perform graphics commands. With something like this, we could potentially create graphics or drawings or animations using a brain program.

brain program -> brainfuck output -> brainfuck interpreter -> graphics commands -> graphics program