From: Bruno H. <br...@cl...> - 2017-12-13 01:37:39
|
Hi Jean Louis, > I would like to be able to compile CLISP on Android. It would require some > changes like /bin/sh to be definable and not hard coded. > > Anybody compiled it on Android? No. not as far as I know. It's not only about compiling it. You would also need to rethink the I/O system (no stdin, stdout), provide bindings to the (huge) set of Android APIs, and integrate with the toolchain that produces APKs. And what would be the point? How would this help making Android more free [1] (less surveillant, less controlled by Google) within a reasonable time frame? Bruno [1] https://www.gnu.org/philosophy/android-and-users-freedom.en.html |