Live data from Hacker News

Scalable, Resilient Brainfuck

zserge.com

1–10 of 47 posts

Re: Scalable, Resilient Brainfuck

#2
That's not enough, you should include a cache layer which key is the neighbor memory state of length 2k (give or take) and the instruction pointer. You can then simulate at most k instructions at once when hit, a steady improvement over non-cached verseion!

Re: Scalable, Resilient Brainfuck

#4
It's a shame that looping and parsing is so tightly coupled.

Also you should add an ELK stack to centralize your logs and add some correlation ID to your instructions if anything goes wrong.

Re: Scalable, Resilient Brainfuck

#5
> If you want to start learning a programming language - write a BF interpreter in it.

> [172 bytes minimal C implementation]

> Well, or something a bit more readable in ~100 lines of code.

Or something a bit less readable in under 104 bytes of binary lambda calculus [1]

[1] https://tromp.github.io/cl/Binary_lambda_calculus.html#Brain...

Post reply on HN