posted on 1982-01-01, 00:00authored byDavid Alan Bourne
Action oriented languages arc number intensive. Graphic languages arc centered around where to draw
something rather than what to draw. The "where" involves a tedious numeric description of vertices.Robotics languages are also dominated by a "where" description. but now the "where" specifics a robot motion. The result is an array of numbers that obscures the meaning of the program to its reader.
This paper shows how a number of linguistic devices can be used to eradicate the plethora of numbers from action oriented descriptions. Functions or verbs can be tensed (c.g., past tense) to modify their meaning without duplicating the root function. 'I'he result is an English-like description of a control structure.
Arguments or nouns can be modified in name, like the use of a GENSYM function in Lisp which generates a
unique variable name from a character string. and in number (e.g., singular vs. plural). The result is an English-like description of bound and quantified variables. The remaining quantitative description of action tasks can be relegated to a database whose management system is specialized for number management.
'The resulting language is a formal variant of a natural language with a Lisp-like syntax (i.e., lists with functions in the first position). The programs approach the readability of a natural language without the cost
of ambiguity that is inherent in natural descriptions. Finally. the programs can be easily pretty printed in
English so that they can bc read by non-programmers.