rexim / ebf

Brainfuck language transpiler to Emacs Lisp
18 stars 3 forks source link

Chaining brainfuck programs #2

Open rexim opened 8 years ago

rexim commented 8 years ago

Since we have input and output callbacks for the brainfuck code we can actually chain brainfuck programs together by connecting output of one to the input of another. I think we need some syntactic sugar for that.

rexim commented 8 years ago

Can we actually create a cycle of brainfuck programs?