Is it helpful for coding in visual impairment?

help-circle
    • @vi21@lemmy.mlOP
      link
      fedilink
      32 years ago

      Chef is at least understandable for me.

    • @dragnucs@lemmy.ml
      link
      fedilink
      12 years ago

      Rockstar would be awesome to listen to. More so if it sung.

  • @nachtigall@feddit.de
    link
    fedilink
    6
    edit-2
    2 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.

    • @DerPapa69@lemmy.ml
      link
      fedilink
      42 years ago

      By extension also PL/SQL I guess, but that one fucking sucks

    • Tmpod
      link
      fedilink
      32 years ago

      Yeah that’s a great pick

    • @Echedenyan@lemmy.ml
      link
      fedilink
      12 years ago

      Pascal would fit too and I think that in a better way since the language is more simple.

  • Projjal
    link
    fedilink
    22 years ago

    For me, it’ll be python, as it is over-readable in text as well.

    • @vi21@lemmy.mlOP
      link
      fedilink
      32 years ago

      How do you read Python’s indents aloud?

      • @LIESGREEDMISERY@lemmy.ml
        link
        fedilink
        22 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”

        • @vi21@lemmy.mlOP
          link
          fedilink
          12 years ago

          Reading Python code block like it is Ada is attractive.

      • Projjal
        link
        fedilink
        12 years ago

        Oh yes, forgot of that. We can modify the syntax a bit I guess?