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:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
andend
instead of curly braces. Also theend
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.I love: