X-Prolog Apk

X-Prolog Apk

Latest version 1.0.63
13 Feb 2023

Older Versions

Apk Infos

Version1.0.63
Rating3.4/5, based on 114 votes
Size‎4.7 MB
Requires AndroidAndroid 5.0+ (Lollipop)
Author's NotesX-Prolog is a lightweight Prolog system.

About X-Prolog APK

X-Prolog APK Download for Android
X-Prolog APK Download for Android

Description

X-Prolog is a lightweight Prolog system intended to facilitate programming in Prolog on Android. The app runs Prolog programs in a text view, web view or as a bound service to a client app. A sample client is available at https://github.com/xprolog/sample-client.

Note that Google Play restricts the use of all-file-access permission in apps targeting Android 11 or later. To install X-Prolog with all-file-access permission, refer to https://github.com/xprolog/xp/releases.

got tool? The app depends on user-defined tools for editing and building projects. The tools are written in Prolog and are visible on devices with developer options. The app and tools exchange data through transfer variables and formatted output. This release includes trivial tools intended to demonstrate the app's tooling feature.

The app defines extension points at which transfer variables are available (to tools) and formatted output (from tools) is recognized. A tool may be configured to contribute to one or more extension points by specifying a context term.

A context term is read-term of the form context(Name, FileTypes, Priority) , where Name is the name of an extension point, FileTypes is a list of acceptable file types and Priority is an integer not less than zero, the meaning of which varies depending on the extension point.

This release defines three extension points: build, edit and reconcile, which allow tools to contribute to, respectively, building projects, editing source files and reconciling source models.

To build a project, open a file in the top directory of the project and click Build. To export the project into a runnable object file on the local file system, click Export. To run the object file, click Run.

A file is considered source-file if there exists one or more tools that build the file, possibly transforming it into another source file. This release includes a single build tool, Compile, which translates a Prolog source file (.pl) into a quick-load file (.ql).

Known issues include occurs check, logical update view, attributed variables among others.

Latest updates

What's new in version 1.0.63

Initial release

How to install X-Prolog APK on Android phone or tablet?

Download X-Prolog APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (org.xprolog.xp-v1.0.63-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

1.0.63 (63)4.7 MB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

5 ★Nice Prolog compiler
1 ★I installed this app on bothAndroid 12 and Android 13 phones. The permission settings for this app are broken somehow. Both my phones refuse to allow me to grant permissions to the app to access test files so that I can create program files to run my own prolog programs. Please fix the permissions for this app.
1 ★It is not possible to access files to open or create a new file
1 ★Can't open or create files. Option to enable file access is always unselectable even if enabled externally in app settings.
1 ★Installed and given files and media access permissions. When I go to create a new file it just takes me to the Androud permissions page. No guidance in the documentation. Waste of time.
5 ★Really impressive app - highly recommend if you want to try Prolog! It not only includes an interactive terminal, but also allows for graphical output such as chessboards and conway's game of life (both included as examples). If new to Prolog, you'll want to pair this with one of many great online tutorials.
5 ★Prolog
1 ★Doesn't even launch. Shows black screen and crashes.
5 ★Flawless. I could easily download and run some example programs. Neat!
3 ★Please tell me how to run an already existing .pl file . I not able to run my programs .