0

What about... "Brainfuck"?

If somebody hears the first time about 'Brainfuck' - I didn't invented it. It's main points why it's called what it's called is that Brainfuck is really tough. Because it's ultra-minimal, with just 8 commands, and everything's done on a single array of memory cells. There’s no variables, functions, or real structure—just raw pointer manipulation. Writing a compiler, or in this case an interpreter, for it is hard because you have to map those tiny, cryptic commands to actual machine operations while ensuring everything stays in sync. It's like translating a caveman drawing into a full-blown engineering blueprint—brilliantly simple, but wildly complex to handle at a deeper level... https://sololearn.com/compiler-playground/cQhAxP1U8e91/?ref=app

21st Oct 2024, 9:02 PM
Konan
Konan - avatar
2 Antworten
0
How long does it take to learn this 😭 I just started two days ago
22nd Oct 2024, 1:32 AM
Ayogu chidiogo Eric
Ayogu chidiogo Eric - avatar
0
Konan , since your post is not a coding related question but more to expose a code: > things like this should be published in the feed in the community section.
22nd Oct 2024, 9:11 AM
Lothar
Lothar - avatar