On Saturday, 6 January 2018 at 16:25:46 UTC, German Diago wrote:
negative points also as I use it :p. By the way, and a bit
off-topic for the post, but, if I want to port my code to run
on Android/iOS, what is the recommended way?
1. create a shared library and consume it? Is that possible and
smooth enough for ARM?
Yes, that is the way native apps are invoked on Android, see the
wiki for more info:
http://wiki.dlang.org/Build_D_for_Android
iOS support is in limbo, as a contributor got very far with it
but hasn't had time for it lately.