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アプリの分析とレビュー:xprologによって開発されたX-Prolog。 教育カテゴリにリストされています。現在のバージョンは1.0.63で、 21/11/2022 に更新されます。ユーザーによると、Google Play:X-Prolog。 23 千を超えるインストールを達成しました。 X-Prologには現在、127のレビューがあり、平均評価は3.1星です

X-Prolog は、Android 上の Prolog でのプログラミングを容易にすることを目的とした軽量の Prolog システムです。このアプリは、Prolog プログラムをテキスト ビュー、Web ビュー、またはクライアント アプリへのバインドされたサービスとして実行します。サンプル クライアントは、https://github.com/xprolog/sample-client で入手できます。

Google Play では、Android 11 以降をターゲットとするアプリでの全ファイル アクセス許可の使用を制限していることに注意してください。 X-Prolog を全ファイル アクセス許可でインストールするには、https://github.com/xprolog/xp/releases を参照してください。

ツールを手に入れましたか? アプリは、プロジェクトの編集と構築のためにユーザー定義のツールに依存しています。ツールは Prolog で記述されており、開発者向けオプションを使用してデバイスで表示できます。アプリとツールは、転送変数と書式設定された出力を介してデータを交換します。このリリースには、アプリのツール機能を実証するための簡単なツールが含まれています。

アプリは、転送変数が (ツールに対して) 利用可能であり、フォーマットされた出力 (ツールから) が認識される拡張ポイントを定義します。ツールは、コンテキスト タームを指定することで、1 つ以上の拡張ポイントに貢献するように構成できます。

コンテキスト用語は context(Name, FileTypes, Priority) という形式の読み取り用語です。Name は拡張ポイントの名前 FileTypes です。 > は受け入れ可能なファイル タイプのリストで、優先度 は 0 以上の整数であり、その意味は拡張ポイントによって異なります。

このリリースでは、build、editreconcile の 3 つの拡張ポイントが定義されています。これらにより、ツールはそれぞれ、プロジェクトのビルド、ソース ファイルの編集、ソース モデルの調整に貢献できます。

プロジェクトをビルドするには、プロジェクトのトップ ディレクトリにあるファイルを開き、[ビルド] をクリックします。プロジェクトをローカル ファイル システム上の実行可能なオブジェクト ファイルにエクスポートするには、[エクスポート] をクリックします。オブジェクト ファイルを実行するには、[実行] をクリックします。

ファイルをビルドするツールが 1 つ以上存在する場合、そのファイルはソース ファイルと見なされ、別のソース ファイルに変換される可能性があります。このリリースには、Prolog ソース ファイル (.pl) をクイック ロード ファイル (.ql) に変換する単一のビルド ツール Compile が含まれています。

既知の問題には、発生チェック、論理更新ビュー、属性付き変数などがあります。
現在、バージョン1.0.63を提供しています。これは、最新の最適化されたバージョンです。多くの異なるデバイスに適しています。 Google Playストアやホストしている他のバージョンから直接Apkを直接ダウンロードしてください。さらに、登録なしでダウンロードでき、ログインは不要です。

Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ...用の2000+を使用可能なデバイスを超えて、非常に多くのオプションを備えています。デバイスに合ったゲームやソフトウェアを選択するのは簡単です。

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