0
Can you write a programme combining java and Python?
I am learning both the languages. I just need to know whether its possible or not.
3 Réponses
+ 4
This might help you..
https://www.sololearn.com/Discuss/2373941/?ref=app
+ 1
A modern approach to polyglot programming (that is, using multiple languages in a single project), is possible with the GraalVM virtual machine.
https://www.graalvm.org/
With this you can easily call Python code from Java, or vice versa, and also other languages such as Ruby, C++, Javascript or R.
But another question is, if this is really practical or necessary. Using many different tech stacks in a single projects increases complexity, and makes maintenance more difficult.
+ 1
in short, yes, it is possible