this post was submitted on 01 Feb 2025
9 points (100.0% liked)
Esoteric Languages
248 readers
11 users here now
Icon base by Lorc under CC BY 3.0
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've coded in some esolangs, but never one that's nondeterministic - seems a nightmare! The design has the hottest paths most likely to degrade so I guess the idea is to have redundancy in your code?
The simple hello-world example is already 2002 lines long, so "production-ready" Furchtbar must be enormous.
Yeah, I guess anything more complex or supposedly useful would need some sort of redundancy for robustness. The easiest way I can think of to reduce data degradation is to enlarge the data array enormously so that the bit flipping is less likely to hit the meaningful data, but that of course is not completely secure.
And of course another thing is to change the direction of code interpretation as often as possible. That's why the example codes are written in a zigzag manner.