X-Prolog

X-Prolog

X-Prolog是轻量级的Prolog系统。

应用信息


1.0.63
November 21, 2022
23,193
Android 5.0+
Everyone
Get X-Prolog for Free on Google Play

Advertisement

应用描述


Android应用分析和审查:X-Prolog,由xprolog开发。在教育类别中列出。当前版本为1.0.63,在 21/11/2022 上更新。根据用户在Google Play上的评论:X-Prolog。超过23 千的安装。 X-Prolog目前有127评论,平均评分为3.1星

X-Prolog 是一个轻量级的 Prolog 系统,旨在促进 Android 上的 Prolog 编程。该应用程序以文本视图、Web 视图或作为客户端应用程序的绑定服务运行 Prolog 程序。示例客户端可在 https://github.com/xprolog/sample-client 获得。

请注意,Google Play 限制在面向 Android 11 或更高版本的应用程序中使用所有文件访问权限。要安装具有所有文件访问权限的 X-Prolog,请参阅 https://github.com/xprolog/xp/releases。

有工具吗? 该应用程序依赖于用户定义的工具来编辑和构建项目。这些工具是用 Prolog 编写的,并且在具有开发人员选项的设备上可见。应用程序和工具通过传输变量和格式化输出交换数据。此版本包括用于演示应用程序工具功能的简单工具。

该应用程序定义了传输变量可用(工具)和格式化输出(工具)被识别的扩展点。可以将工具配置为通过指定上下文术语来对一个或多个扩展点做出贡献。

上下文术语是 context(Name, FileTypes, Priority) 形式的读取术语,其中 Name 是扩展点的名称,FileTypes 是可接受的文件类型列表,Priority 是不小于零的整数,其含义因扩展点而异。

此版本定义了三个扩展点:build、editreconcile,它们允许工具分别参与构建项目、编辑源文件和协调源模型。

要构建项目,请在项目的顶层目录中打开一个文件,然后单击Build。要将项目导出到本地文件系统上的可运行对象文件中,请单击导出。要运行目标文件,请单击运行

如果存在一个或多个构建文件的工具,则该文件被视为源文件,可能将其转换为另一个源文件。此版本包含一个构建工具 Compile,它将 Prolog 源文件 (.pl) 转换为快速加载文件 (.ql)。

已知问题包括发生检查、逻辑更新视图、属性变量等。
我们目前正在提供1.0.63版本。这是我们最新,最优化的版本。它适用于许多不同的设备。从Google Play商店或我们托管的其他版本中免费下载Apk。此外,您可以在不注册的情况下下载且无需登录。

我们拥有超过2000+的Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ...设备,并提供了许多选项,您可以轻松选择适合您设备的游戏或软件。

如果在Google App Store上有任何国家限制或设备侧面的任何限制,它可能会派上用场。

什么是新的


Initial release

在Google Play商店进行评分和审查


3.1
127 全部的
5 50.4
4 0
3 0
2 12.0
1 37.6

安装总数(*估计)

估计Google Play上安装总数, 近似于评级数和在Google Play上达到的安装界限.

最近的评论

user
Matthias Freiburghaus

I just installed x-prolog on my android phone and I absolutly love the fact I have a fully functional prolog environment with me wherever I go. Everything seems to work fine, and if you are somewhat accustomed to prolog, everything about using the system is straightforward and easy to figure out. For serious programm development I would not recommend it, but if you just had an interesting idea you want to try out or fell like killing some time with some nice prolog action while you are on the road, x-prolog is awesome.

user
Dan Wilhelm

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.

user
frederick brown

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.

user
A Google user

I'm new to Prolog and wanted a medium for testing what I've learned. I can't figure out how to consult or query my knowledge base, and the run button complains about main(). The readme file just spits out a table of jargon. No thank you.

user
Simon Richards

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.

user
Thom Allan

Can't open or create files. Option to enable file access is always unselectable even if enabled externally in app settings.

user
Ryan Moore

Flawless. I could easily download and run some example programs. Neat!

user
A Google user

is it normal the prolog to ask read input before print output? Different result with pc version. Great app