top of page

Programming language is simply a tool that used to translate describing language (what we use in daily life) into computing language that is readable by computers. There are many types of programming languages, but there is no single best programming language.

 

Depends on the needs of works, we can use different types of programming language. If we are developing web pages, we might of using PHP as our programming language, if we are developing huge project, software, or games, we can use Java as the programming language, and if we are beginners of programming, we can also use programming languages like Alice or Python. So, what’s the differences between all these languages? All programming languages have their specialized features. For example, python is very helpful for beginner because of its clarity in grammars. When using Python, the person who is writing the code knows clearly of what their code is doing because each function they use will have a specific meaning.

 

On the other hand, programming languages like C or Java, they have a very big database (library). It allows users to create more efficient code and it is more reliable and stable than other programming language since these two programming languages are also focused on subject instead of process.

 

In modern days, programming language is developed and improved in a very frequent basis. Programmers are trying their best to simplify the use of programming language. Although new programming languages coming out almost every year, it is not so hard for one to learn it if he or she has learned another programming language before. One of the reason being programming languages are somehow very similar in ways of writing code and building structures.

 

Among all these languages, I am most interested in C++. C++ is a very important programming language for game developing. The present game engines uses most of the code from C++. Like Unreal Engine 4, UE4 has their own developed script, but they again uses C++ algorithm in their engine again.

 

In conclusion, it is not necessary to learn programming languages based on the popularity of the language. Choosing a language that is easy and convenient for a certain job will be most efficient. Also do not be upset about selecting languages, you will found that learning another programming language after another will be much easier. All you have to do is just change a way of saying things.

Programming Language

Questions to Ask:

Which programming language is best for game developing?

 

Since programming language is designed for certain type of work, is it necessary to know everything from one programming language or the part of which is needed?

 

Will programming language be changed to focus more on specific task or general programming?

bottom of page