Remix.run Logo
shawn_w 4 days ago

There used to be an ECL+Maxima app for Android, but it fell in one of the purges of older programs from the Play store a while back. I was always surprised it didn't use ABCL.

stassats 4 days ago | parent | next [-]

ABCL is really slow.

pjmlp 4 days ago | parent | prev | next [-]

Some folks have such a Java allergy that they rather endure the pains of NDK tooling, than accept a bit of Java on their efforts, I imagine.

spwa4 4 days ago | parent | next [-]

Where the sad truth is that just the debugging features of the JDK alone make it worth using it even for just using C libraries. You can separate the C libraries, restart them without losing memory, communicate with them at least as efficient as through RPC ...

Memory management means that you can just inspect any piece of memory, even through code.

AND it's statically typed, unlike the one other environment that even tries to do this.

northlondoner 4 days ago | parent | prev [-]

I think it is more of JVM thing than Java only. Maybe because of enterprise scale, rather than being resource aware minimalist solution.

pdw 4 days ago | parent | prev [-]

I wouldn't assume ABCL runs on Android. It's not listed as a supported runtime on their website.