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
4 Réponses
+ 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.
+ 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,
- 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.