Category:Picat: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added hakank.org/picat/)
(Added more features.)
Line 3: Line 3:




Picat is a simple, and yet powerful, logic-based multi-paradigm programming language aimed for general-purpose applications, including non-determinism, tabling, constraint solving (Constraint Programming, SAT, and MIP), and general imperative constructs. Picat is available via http://picat-lang.org/ .
Picat is a simple, and yet powerful, logic-based multi-paradigm programming language aimed for general-purpose applications, including non-determinism, tabling, constraint solving (Constraint Programming, SAT, and MIP), planning, functions, list comprehensions, and general imperative constructs such as for loops, while loops, and re-assignments. Picat is available via http://picat-lang.org/ .
<br><br>
<br><br>
There are quite a few Picat examples at http://hakank.org/picat/ .
There are quite a few Picat examples at http://hakank.org/picat/ .

Revision as of 18:30, 12 May 2019

Language
Picat
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Picat.


Picat is a simple, and yet powerful, logic-based multi-paradigm programming language aimed for general-purpose applications, including non-determinism, tabling, constraint solving (Constraint Programming, SAT, and MIP), planning, functions, list comprehensions, and general imperative constructs such as for loops, while loops, and re-assignments. Picat is available via http://picat-lang.org/ .

There are quite a few Picat examples at http://hakank.org/picat/ .

References

<references>

Pages in category "Picat"

The following 200 pages are in this category, out of 335 total.

(previous page) (next page)
(previous page) (next page)