JTransc + Android/iOS status support

soywiz via Digitalmars-d digitalmars-d at puremagic.com
Mon Nov 28 06:28:54 PST 2016


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?


More information about the Digitalmars-d mailing list