How to use two different languages in one project? I want to make a GUI application that has several component bu i want backen | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use two different languages in one project? I want to make a GUI application that has several component bu i want backen

4th Jul 2020, 3:19 PM
Ankit Nainwal
Ankit Nainwal - avatar
4 Answers
+ 1
You can make a web app using python Django framework. Then covert into a hybrid app using iconic framework and phonegap. Basically, in this process, you are using different programming and markup languages.
4th Jul 2020, 3:57 PM
Maninder $ingh
Maninder $ingh - avatar
+ 1
in c/c++ or similar lower level, probably possible with binding. basicly the c/c++ compiled into library dll/so then other language use that to execute the code. i think numpy use c++ in similar way, i cant remember similar this are also possible in JVM based language, like for example Scala using Java class last one is using web server or such as the "state controller" for the app. not the best for offline software imo,
4th Jul 2020, 4:09 PM
Taste
Taste - avatar
- 2
I think. It is not possible. It will be hard for interpreter or compiler to interpret or compile two languages at one interpreter or compiler. You can still use web technologies. But HTML and CSS are not considered as programming languages.
4th Jul 2020, 3:45 PM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar