Can possibly run swipl on ubuntu touch

I have noticed that there several phones which can install and run Ubuntu - Touch, then we could run swipl on it and develop applications, this combined with wasm versions in the browsers through server loads would be great.

You don’t need Ubuntu touch for that :slight_smile: Termux has SWI-Prolog. That WASM version runs on most browsers and Node.js.

If you want to use SWI-Prolog as part of an Android app, I guess the best option is to build it as Android native library. That gives much better performance than the WASM version and provides full access to the device, something that is --AFAIK-- not part of the Termux version. I don’t know whether someone did this. It should be fairly trivial.

2 Likes