4

TL;DR: Brainfuck & Abstraction is so cool!

One of my dreams is to make a Mandelbrot Fractal with Brainfuck as the one on Rosetta Code.

I'm too lazy... So i'm writing a Compiler for Brainfuck.

At now i have 900 line of Python code and the operation VAR, SET, ADD, SUB, MUL with nested operation compatibility, IF, ELSE, ENDIF...
Probably i will doing it fast directly with BF but damn if abstraction is so cool!!

Comments
Add Comment