Quote (tigeranden @ Jul 31 2014 09:17am)
I know there are source code translators. I never said they didn't exist. What do you think a compiler is? It takes a source language and translates it into an intermediary (usually machine code/byte code). Any language that has a Context-free grammar can compiled into another language with a context-free grammar through common compilation methods (lexical and syntactic analysis). Thus, if you look hard enough you will find someone who has created some translator (compiler) from one language into another. They just aren't very good. Clunky at times. Which is why I said you are better off just rewriting your Java into C#.