My Android project nearing beta

H. S. Teoh hsteoh at quickfur.ath.cx
Tue Dec 17 18:29:32 UTC 2019


On Tue, Dec 17, 2019 at 10:25:26AM -0800, H. S. Teoh wrote:
[...]
> 	http://dpldocs.info/this-week-in-d/Blog.Posted_2019_12_09.html
[...]

And I might add, that since that blog was posted there has been
significant progress. Runtime initialization is now working, and you can
create a Java VM and use that too (though in Android's case this is not
necessary or desirable, since JNI docs say that currently only one JVM
per process is supported).

Remaining issues (that I'm aware of) are:
- Support non-final classes on D side;
- Method overloading;
- Using `scope` to handle lifetime issues (maybe?).

Other than that, it's seriously awesome stuff that anyone who has an
interest in Java/D interop should check out.


T

-- 
Nobody is perfect.  I am Nobody. -- pepoluan, GKC forum


More information about the Digitalmars-d-announce mailing list