How about compiling the code to Java bytecode and then decompiling to Java?
It would probably be a huge mess, but if you manage to get something compilable out of it, it might be a better starting point than scratch.
Starting from scratch would also be good in the sense that then you would surely have ideas for improvement that are easier to do when starting from a clean slate.
I hope you get bonuses according to SLOC count :)
--
You received this message because you are subscribed to the Google Groups "scala-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-user+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Does anyone know a US university professor who is a Scala expert. I’m looking for someone to team with and those are customer requirements.
If you do, could you please forward my contact info to them.
Thank you,
Mike Shields
How about compiling the code to Java bytecode and then decompiling to Java?
It would probably be a huge mess, but if you manage to get something compilable out of it, it might be a better starting point than scratch.
Starting from scratch would also be good in the sense that then you would surely have ideas for improvement that are easier to do when starting from a clean slate.
I hope you get bonuses according to SLOC count :)
Didn't IntelliJ have this feature? Or was it only Java -> Scala?
-jason