The Strong relation between English and Programming Languages
Hi! Is it possible to develop a programming language which is exactly like English? I mean all the high level programming languages that we use are actually very close to human language(English) but still we have to follow some rules, like to declare an integer variable in C++ I will have to do the following "int a;". Is it possible to design a language which is exactly English, like to declare an integer variable all I have to say is "Declare an integer" and it works fine. I mean its possible right?








