Is there a Brainfuck API?

2019-08-09 02:20发布

问题:

So I stumbled upon a Brainfuck question, and I wondered, do any of its compilers/interpreters provide an API?


I'll make a separate question about accessing other APIs.

回答1:

In pure Brainfuck, there won't be anything, unless you write your own interpreter that uses specific chunks of memory for this.

One project that may interest you is ajyoon/systemf, an interpreter where you can make Linux system calls using a special ninth character.

EDIT: I ended up answering the wrong question of the asker, this is more an answer to the other one.



标签: brainfuck