Are use of multiple languages common in software dev ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Are use of multiple languages common in software dev ?

For example, using both Java & python. If so, which languages are most common used together (Like how HTML is associated with javascript) ?

30th Dec 2016, 8:46 PM
Justin
Justin - avatar
3 Answers
+ 3
It will be common in certain areas. One good mix is C++ and Python, they really go well together.
30th Dec 2016, 8:52 PM
Wen Qin
Wen Qin - avatar
+ 1
It depends on the team you are in, but mostly they are concentrating on one language. Btw, HTML is a little exception, because it's not a programming language.
30th Dec 2016, 8:55 PM
Heroes Killer
Heroes Killer - avatar
+ 1
Typically a combination of a compiled language (for the actual product development) eg java or c++, with a script/interpreted language (for tools and automation) eg python or perl. For web development there is a combination of languages and techniques eg javascript/html/css + backend script/php/sql. Also some knowledge of shell scripting and xml/xslt is a good addition too.
30th Dec 2016, 10:47 PM
ifl
ifl - avatar