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:
- 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.By extension also PL/SQL I guess, but that one fucking sucks
Yeah that's a great pick
I love:
Pascal would fit too and I think that in a better way since the language is more simple.