C to Java Translation. Automatic, Complete, Correct. Free for Open-Source.
1–10 of 55 posts
Re: C to Java Translation. Automatic, Complete, Correct. Free for Open-Source.
#2Re: C to Java Translation. Automatic, Complete, Correct. Free for Open-Source.
#3Re: C to Java Translation. Automatic, Complete, Correct. Free for Open-Source.
#4I think I saw this the other day in the VIM discussion. Great job! Are the other examples, e.g. micro http, also available for download?
Feel free to send us an email and we'll be happy to send you the other programs you're interested in.
You can also ask for translations of open-source software we didn't translate yet if you want to see the translation of a specific project.
Re: C to Java Translation. Automatic, Complete, Correct. Free for Open-Source.
#5Re: C to Java Translation. Automatic, Complete, Correct. Free for Open-Source.
#690% of C should be pretty easy to translate, but of course, the devil (and a lot of functionality in existing libraries) is in the details.
There would be probably money in translating COBOL to Java, but maybe there are solutions already?
Re: C to Java Translation. Automatic, Complete, Correct. Free for Open-Source.
#7Is there any tool that does the opposite?
I actually wrote a Java -> Eiffel translator:
http://se.inf.ethz.ch/research/j2eif
Based on that experience I can say it would be quite a big effort to write a Java -> C translator. But not impossible.
Re: C to Java Translation. Automatic, Complete, Correct. Free for Open-Source.
#8Re: C to Java Translation. Automatic, Complete, Correct. Free for Open-Source.
#9Interesting how gotos are translated to switches 90% of C should be pretty easy to translate, but of course, the devil (and a lot of functionality in existing libraries) is in the details. There would be probably money in translating COBOL to Java, but maybe there are solutions already?
Re: C to Java Translation. Automatic, Complete, Correct. Free for Open-Source.
#10Is there any tool that does the opposite?
I've seen many research papers on Java -> C translation during my PhD. Some of them came with a prototype tool. But as with previous work on C -> Java translation, none of the tools actually really worked completely. I actually wrote a Java -> Eiffel translator: http://se.inf.ethz.ch/research/j2eif Based on that experience I can say it would be quite a big effort to write a Java -> C translator. But not impossible.