+ 3
Language conversion
Is it possible that a code written in Java get converted by some software or anything into a code of other language likes python, C# etc. If yes than please tell how?
2 Answers
+ 3
There was something like that for .NET languages, but I dont think it automatically translates everything word by word.
The best idea is to learn how the concepts used in your lang work in the other lang. Syntax is relatively similar in many modern languages.
+ 1
By best idea would be to try and decompile to get some sort of assembly language and then try from there, however I guess you'd a good understanding of assembly.