GNU Prolog

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(指南)
 
第13行: 第13行:
  
 
==指南==
 
==指南==
 +
Debian
 +
$ sudo apt install gprolog
 +
$ gprolog
 +
| ?- append([a,b],[c,d],X).
  
 
==项目==
 
==项目==

2022年2月6日 (日) 09:20的最后版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 GNU Prolog Thanks, Wikipedia.

GNU Prolog

GNU-Prolog-logo.png

目录

[编辑] 简介

GNU Prolog (also called gprolog) is a compiler developed by Daniel Diaz with an interactive debugging environment for Prolog available for Unix and Windows. It also supports some extensions to Prolog including constraint programming over a finite domain, parsing using definite clause grammars, and an operating system interface.

The compiler converts the source code into byte code that can be interpreted by a Warren abstract machine and converts that to standalone executables.

[编辑] 功能

[编辑] 指南

Debian

$ sudo apt install gprolog
$ gprolog
| ?- append([a,b],[c,d],X).

[编辑] 项目

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱