Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | <no title> |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 0.36 |
SHA1 sum: | 5a0833911871ad6f7cab8beb79423d27777392f6 |
No reviews. Create the first review!.
Cosmos is a logic programming language that can be embedded in Prolog.
The following predicates are available in the Swi-Prolog pack.
Opens the interpreter.
Evaluates query. e.g.
:- ceval('x=1 or y=3').
Compiles module e.g.
`:- cmod('name')
; name.co is a module file`
Runs a module pre-compiled, e.g by cmod/1.
`:- crun('name')
; runs name.pl
Pack contains 330 files holding a total of 2.5M bytes.