Is it helpful for coding in visual impairment?

  • nachtigall@feddit.de
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    3 years ago

    I could imagine that Ada would be easiest to use in this case because they have very verbose keywords and scopes are defined by begin and end instead of curly braces. Also the end statement includes the procedure name (for the end of a function’s scope) or the kind (e.g. loop, if) which would make it easier to imagine which scope ends there.

      • LIESGREEDMISERY@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        3 years ago

        Is it like text-to-speech for piece of code?

        If I get this right, I am thinking the TTS can detect a block of code, like a block of method, block of if, block of for, by reading the indentation differences. The TTS would say something like “start of IF block”, and ended with “end of IF block”