The artificial intelligence will make programming more effective
The artificial intelligence will make programming more effective
The new type of multi-layer artificial intelligence tools will make programming easy and effective. The idea is that the spoken language would be translated to the mode, that it can be written to the code form, which means that the person, who makes the code can use normal language like English. The advanced translator would turn that text to the form of PHP, C++ or JAVA, etc. This kind of translation program is not harder to make than some normal translation program.
When we are thinking about programming languages like PHP and other kinds of stuff, we are forgetting one thing. Programming languages are not a language, what normal people are talking about, and that thing is very interesting. Why the syntax of modern programming is not like this "there is a circle on the screen" move it to the direction where the pushed arrow key would show"? The thing is that normal programming language in this time C++ looks like this.
cout << "Output sentence"; // prints Output sentence on screen
cout << 120; // prints number 120 on screen
cout << x; // prints the value of x on screen
(http://www.cplusplus.com/doc/tutorial/basic_io/)
And if you want to input something the command, what to use is "cin", and that thing is mentioned to be easily learned a thing. At first, we should make Integer, Character or String, what is named as "x", and then make the line "cin>>x;". The thing is that this might be easy to remember if you think that "cin" is "c in" and those small arrows are always to the side, where the thing, what should read to memory or output to the screen.
But that syntax means that person must learn those things, especially for the programming language tool. So we cannot use that kind of language anywhere else. Sometimes I thought, that would the simple English harder to write to the computer program than some C++ syntax? The translator, what will translate the written program code to the form, that computers can run it.
The next-generation programming languages could be things, which can look more like English. Or actually, artificial intelligence-based solutions could make possible to make solutions by using every spoken language in the world. The idea is that the translation tool would be connected to the program builder, and the programmer can do even the mobile telephone for making the program.
Image: https://www.linkedin.com/pulse/10-best-free-artificial-intelligence-machine-learning-bernard-marr
Comments
Post a Comment