I'd like to do some Apps for Android tablets but the only language I can find that can be used is Java and it doesn't support the data types that I need (mainly complex numbers).
Even worse, it doesn't even appear to support operator overloading, so I can't even create a pseudo data type.
I have decades worth of scientific and mathematical algorithms with thousands of complex equations that I would like to move over to Android but the compiler is a real sticking point.
I reckon it would be quicker for me to modify the compiler than it would be to try and unravel the equations and convert them to reverse polish suitable for function calls.
I know the sources for Android itself are available but is the compiler ?