• MeanEYE@lemmy.world
    cake
    link
    fedilink
    arrow-up
    38
    ·
    5 months ago

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

      • dejected_warp_core@lemmy.world
        link
        fedilink
        arrow-up
        13
        ·
        edit-2
        5 months 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@lemmy.world
        cake
        link
        fedilink
        arrow-up
        6
        ·
        5 months ago

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