How can we use multiple languages in developing a program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can we use multiple languages in developing a program

Most of the codes need multiple features which are present in multiple languages for eg printing all permutations is present just in python till I know and applets work best for Java so what is it wasn't too combine two languages

5th May 2020, 4:48 PM
Rajb957
Rajb957 - avatar
5 Answers
+ 2
Raj Bunsha http://www.brython.info/tests/precompile.html This is the compiler. Enter the module name that helps you compile at the top then you can enter python 3 code and turn it into javascript. Also, heres an article. https://www.infoworld.com/article/3209651/how-to-convert-python-to-javascript-and-back-again.html
14th May 2020, 4:05 PM
GermoOKD
GermoOKD - avatar
0
Abhay you are right it can be implemented via design but it takes a long process for designing the features and at least there are many codes likes Google Facebook using multiple languages so how do they do that because they could have done that too so why are they using multiple languages
6th May 2020, 6:56 AM
Rajb957
Rajb957 - avatar
0
2024_Jeremy Norris I want to know about such compilers can you give an example where I can convert python to Java or vice versa
6th May 2020, 6:57 AM
Rajb957
Rajb957 - avatar
- 1
All languages can be travel to each other by design the same module (Algorithm) simulation in other languages as in another languages
5th May 2020, 5:00 PM
Abhay
Abhay - avatar
- 1
You can also download a compiler to translate your code language to some other.
5th May 2020, 10:09 PM
GermoOKD
GermoOKD - avatar