Skip to content

declarative programming instruments for python: tuple, domain and first-order predicate calculus; logic programming; recursive queries; lazy evaluation

License

Notifications You must be signed in to change notification settings

pauldobriak/DecPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The DecPy library integrates lazy evaluation and three types of declarative programming into the Python:

  1. tuple calculus (analog of the SQL)
  2. domain calculus (analog of QBE)
  3. first-order predicate calculus (analog of Prolog, logic programming).

DecPy allows you to work with collections in Python as with databases or expert systems (including writing recursive queries and even proving theorems).

About

declarative programming instruments for python: tuple, domain and first-order predicate calculus; logic programming; recursive queries; lazy evaluation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages