JTransc + Android/iOS status support

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Mon Nov 28 23:44:22 PST 2016


On 2016-11-28 15:28, soywiz wrote:
> I am working on a software that allows to transform JVM bytecode into
> something else. In last version I have done a D target:
> https://github.com/jtransc/jtransc
> D target already passes my test suite and works just fine (next version
> will come with some optimizations regarding to code generation that will
> improve generation).
> At this point I'm successfully generating windows/linux and mac native
> executables from Java/Kotlin code.
> It would be awesome to be able to support Android and iOS. I have seen
> that there was Android/iOS alpha support in the past. What is the
> current status of this?

Hmm, interesting. Is there any examples of how the generated code looks 
like?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list