Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | LPS Corner with SWISH and Dialect |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 2.0.3 |
SHA1 sum: | d023a978cdc5cba3e0422e81f76c0b9be7dc49dc |
Author: | Douglas R. Miles <logicmoo@gmail.com> |
Maintainer: | logicmoo https://github.com/logicmoo/ |
Packager: | logicmoo/LogicMoo https://github.com/logicmoo/ |
Home page: | https://github.com/logicmoo/lps_corner |
Download URL: | https://github.com/logicmoo/lps_corner/releases/*.zip |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
2.0.2 | 6f3cafd5e129e28dda843caa29e4bbdc21e278d9 | 2 | https://github.com/TeamSPoon/lps_corner.git |
2.0.3 | 70973f137b5222078aae15f186607a7f3f16d009 | 2 | https://github.com/TeamSPoon/lps_corner.git |
86202e0cc6fc771f26768a38e536175608100e9e | 6 | https://github.com/TeamSPoon/lps_corner.git | |
d023a978cdc5cba3e0422e81f76c0b9be7dc49dc | 13 | https://github.com/TeamSPoon/lps_corner.git |
Welcome to "LPS Corner", a public repository for open source development of LPS engines, examples and related tools. In additional to several experimental engines at Imperial College, there are currently two maintained implementations:
Logical Contracts Server, maintained elsewhere, is a proprietary extension to lps.swi.
The simplest way to try LPS is to use a public engine instance rightaway:
http://demo.logicalcontracts.com
Use the last items of its Examples menu, e.g. First Steps with LPS.
The second easiest way is to use Docker::
docker run -p 3051:3050 \ -v /MyData:/data \ -v /MyLogs:/home/lps/engine/logs \ logicalcontracts/lps.swi
The above starts up a SWISH server with LPS at port 3051 on your system; to use it just take your browser to `http://localhost:3051
`. Make sure you have Docker installed in your system. MyData and MyLogs should be two empty writeable directories.
For more details please see INSTALL_server.
If you'd rather install a local non-web system, see INSTALL.md.
Preliminary documentation at the wiki. The LPs syntax is described here. 2D visualisation predicates described here.
This is the first update since Summer 2017, and incorporates most improvements developed by LogicalContracts:
�Logic-based Production System" is a new computer language that combines the characteristics of an imperative programming language with those of a declarative database and knowledge representation language. It is the result of over a decade of research led by Bob Kowalski and Fariba Sadri at Imperial College London.
The kernel of LPS consists of a database, together with reactive rules of the form *if* antecedent *then* consequent. The database changes destructively in response to actions and external events, according to a domain-specific causal theory. Computation consists in making the reactive rules true, by performing actions to make the consequent true whenever the antecedent becomes true. In addition, LPS includes Prolog-like logic programs both to recognise when antecedents become true and to generate plans of actions that make consequents true.
See the Rule-ML 2017 Tutorial for an introduction to the language. The paper Reactive Computing as Model Generation provides its declarative and operational semantics.
Additional material about the kernel of LPS is available on the RuleML wiki. See also the slide presentation at 1st CLOUT workshop 2017. Other technical papers and bibliographic references can be found on Bob Kowalski's home page at https://www.doc.ic.ac.uk/~rak/, which also includes a copy of his 2011 book, which presents some of the philosophy underlying LPS.
See and try the language at http://demo.logicalcontracts.com:
!Opening LPS on SWISH Start with menu Examples / First Steps with LPS and links therein, as well as "LPS Examples". Refer to the LPS syntax.
For regular or intensive usage you can install LPS on your machine, using a number of alternatives:
Besides trying it rightway on your browser at http://demo.logicalcontracts.com, you can install LPS:
XSB Prolog support is deprecated, but still available in the Aug 15, 2017 version
All files in this repository are copyright Imperial College London and open source licensed with 3-clause BSD, except for files with other specific copyright and licensing notices, all being some sort of open source.
Main authors include Bob Kowalski, Fariba Sadri, Miguel Calejo and also contributions by Jacinto D�vila. The engine implementation in this repository is an evolved version of the core interpreter developed during David Wei's Master Thesis project at Imperial College, London, supervised by Fariba Sadri and Krysia Broda.
InterProlog Consulting's Prolog Studio adds somes facilities for LPS running over XSB Prolog: a semantic highlighting editor and a timeline visualizer. To install:
See the robot game at [https://bobthesimplebot.github.io]()
If you add a file to the examples directory and execute it with the make_test option, e.g. `go(MyFile,[make_test])
`, a test results file MyFile.lpst will be generated. If the program behaves correctly with the current version of LPS, commit this file too.
When you later execute go(MyFile,[run_test])
, the program behavior will be compared with the previous test results; ditto when you run all tests, with 'interpreter:test_examples'.
The following contacts imply no obligation nor guarantee:
Pack contains 372 files holding a total of 20.3M bytes.