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

General Programming Discussion

7962 readers
7 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] 1 points 2 years ago

I love:

end loop; 
load more comments (3 replies)