this post was submitted on 23 Apr 2022
10 points (100.0% liked)

General Programming Discussion

7989 readers
4 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
 

Is it helpful for coding in visual impairment?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 2 years ago* (last edited 2 years ago) (4 children)

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.

[–] [email protected] 4 points 2 years ago

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

[–] [email protected] 3 points 2 years ago

Yeah that's a great pick

[–] [email protected] 1 points 2 years ago

I love:

end loop; 
[–] [email protected] 1 points 2 years ago

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