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.
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
Pascal would fit too and I think that in a better way since the language is more simple.
I love:
end loop;