how to help with android

Paulo Pinto pjmlp at progtools.org
Sun Aug 5 08:19:50 PDT 2012


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


More information about the D.gnu mailing list