[ prog / sol / mona ]

prog


How does the LispWorks mobile runtime work?

1 2021-12-25 11:33

I just don't understand how you can go from a normal CL implementation to something that works on mobile devices.
My only guess would be to write a compiler to compiles lisp code into Android (ART) bytecode.

2 2021-12-25 13:31

You can write fully native applications, here's an official example:
https://developer.android.com/ndk/samples/sample_na

It is a very simple example of a purely native application, with no Java source code. In the absence of any Java source, the Java compiler still creates an executable stub for the virtual machine to run. The stub serves as a wrapper for the actual, native program, which is located in the .so file.

I don't know how LispWorkds does it, but there's no reason it couldn't do something similar. Compile your parentheses down to AArch64 or whatever and have it wrapped in Android's mannerisms.

3 2021-12-27 07:10

Why LispWorks when Emacs?
Anyone actually purchased it?
Is there a crack out there for the non-free additions?

4


VIP:

do not edit these