this post was submitted on 21 Jan 2024
787 points (93.4% liked)
Programmer Humor
32464 readers
448 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Can be compressed very efficiently. I do dread the thought of writing a driver in brainfuck.
Which basically means: "You have to write more code than actually needed". It's more a con than a pro in my eyes.
Hot take: As a VM with only eight instructions, it's very easy to code and securely sandbox. Maybe BF has utility as a compilation target?
decided to check : mandelbrot can be compressed by 87.5% by gzip on maximum compression strength
Why specifically a driver ?
Hardware is complex and mysterious enough without added complexity of an esoteric language.