On Friday, 3 August 2012 at 12:41:37 UTC, Matthew Caron wrote:
On 07/29/2012 10:30 AM, angel wrote:
I would not seriously consider coding in D instead of Java.
Neither D,
Java nor Android are close to that.
I was thinking on this a bit. What if someone wrote a compiler
target that compiled D to JVM bytecode? I know there are other
compilers which do similar things.
Then your code will be just Dalvik bytecode, with some of it
being JITed depending on specific hotspots.
The only benefit is to compile directly to native code.
--
Paulo