|
|
|
|
|
by adrian_b
111 days ago
|
|
The abstract syntax of Ada is in many cases superior to that of the C-derived languages, but I also dislike its verbosity. At least for personal projects, the verbosity can easily be avoided by using a preprocessor for the Ada source files. This is what I do. Unfortunately, this would seldom be considered acceptable in a business context, because the non-standard appearance of the language would be considered an obstacle for developers unfamiliar with it, so it would complicate the future maintenance of a project. It would have been nice if one of the revisions of the Ada language would have provided a standard set of abbreviations, e.g. for using various kinds of Unicode bracket symbols instead of the keywords currently used for this purpose. There would have been nothing unusual in this. In the past many programming languages have defined alternative representations for the tokens, both a verbose representation and an abbreviated representation that may use more symbols, for instance PL/I and ALGOL 68. |
|