Functional Languages that compile to Android's Dalvik VM?
- by Berin Loritsch
I have a software problem that fits the functional approach to programming, but the target market will be on the Android OS. I ask because there are functional languages that compile to Java's VM, but Dalvik bytecode != Java bytecode.
Alternatively, do you know if the dx utility can intelligently convert the .class files generated from functional…