You're viewing a single thread.
MeanEYE @lemmy.world Just use brainfuck for everything. The entry barrier for the programming industry needs to be higher anyway.
38 0 ReplyHadriscus @lemm.ee Is brainfuck efficient ?
1 0 Replydejected_warp_core @lemmy.world For the programmer? Very no.
For saving space if run via interperter? No.
For running compiled for conventional CPUs? No.
Compared to CISC instruction sets? Absolutely no.
BF might be highly efficient if crunched down to a bit-packed representation (3 bits per instruction) and run on an FPGA that understands it.
13 0 Replyfrezik @midwest.social For demonstrating to CS freshmen that Turing Completeness isn't that remarkable of a language feature: very highly efficient.
6 0 ReplyMinekPo1 [it/she] @lemmygrad.ml
its efficient in terms of compiler size ! nya
1 0 Reply
MeanEYE @lemmy.world Can be compressed very efficiently. I do dread the thought of writing a driver in brainfuck.
6 0 ReplyMatFi @lemmy.thias.xyz
Can be compressed very efficiently.
Which basically means: "You have to write more code than actually needed". It's more a con than a pro in my eyes.
5 0 Replydejected_warp_core @lemmy.world 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?
2 0 ReplyHadriscus @lemm.ee Why specifically a driver ?
1 0 ReplyMeanEYE @lemmy.world Hardware is complex and mysterious enough without added complexity of an esoteric language.
5 0 Reply
MinekPo1 [it/she] @lemmygrad.ml
decided to check : mandelbrot can be compressed by 87.5% by gzip on maximum compression strength
1 0 Reply