• MeanEYE
    link
    fedilink
    383 years ago

    Just use brainfuck for everything. The entry barrier for the programming industry needs to be higher anyway.

      • Dejected Warp Core
        link
        fedilink
        13
        edit-2
        3 years ago

        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.

      • MeanEYE
        link
        fedilink
        63 years ago

        Can be compressed very efficiently. I do dread the thought of writing a driver in brainfuck.

        • @[email protected]
          link
          fedilink
          5
          edit-2
          3 years ago

          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.

        • Dejected Warp Core
          link
          fedilink
          23 years ago

          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?

          • MeanEYE
            link
            fedilink
            53 years ago

            Hardware is complex and mysterious enough without added complexity of an esoteric language.