Most of the Intelligent people could not do computer programming because they need to learn different programming languages or packages. There must be a Universal PLTranslator to translate a program written in English (or any other language) to a particular Programming language. Such a PLTranslator should be developed as early as possible.
The Intelligent people have ideas to develop a software product. But their Intelligence is in vain because they need to learn one or more languages (such as C, CPP, Java, C# etc). They need to learn different technologies also (which are evolving day by day).
The only solution to these problems and to develop an bug free software is to develop a Universal PLTranslator.
Consider the following program written in simple English language to Find the Maximum of given N numbers.
Program Starts
Read some values
Assume the first value as the maximum number
compare the first number with all other numbers
if any other number is grater than the first number then assign it as the maximum number
Program Ends
If this English code is given to Universal PLTransaltor and select the programming language as C then it should produce the C code equivalent to the given simple English code.
The Intelligent people have ideas to develop a software product. But their Intelligence is in vain because they need to learn one or more languages (such as C, CPP, Java, C# etc). They need to learn different technologies also (which are evolving day by day).
The only solution to these problems and to develop an bug free software is to develop a Universal PLTranslator.
Consider the following program written in simple English language to Find the Maximum of given N numbers.
Program Starts
Read some values
Assume the first value as the maximum number
compare the first number with all other numbers
if any other number is grater than the first number then assign it as the maximum number
Program Ends
If this English code is given to Universal PLTransaltor and select the programming language as C then it should produce the C code equivalent to the given simple English code.
Comments
Post a Comment