Is there a Brainfuck API?

2019-08-09 01:22发布

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.

标签: brainfuck
1条回答
对你真心纯属浪费
2楼-- · 2019-08-09 02:04

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.

查看更多
登录 后发表回答