(thinking out loud)

If nim was to be used for android development (calling the Android JDK)

  * [jnim library](https://github.com/vegansk/jnim) so that a nim android 
executable could call run java classes,
  * require a nim `Android` JDK library that extends `jnim` (has all the calls 
to the Android JDK, and triggers running the JDK java code),



Then your nim program calls the nimAndroidJDK to handle user input/display, and 
does any calculations etc in nim code.

Is there more to this than my musings?

Reply via email to