Logische Programmierung
Nützliche Bibliotheken für die logische Programmierung:
Kanren: Das wichtigste Python - Paket für die logische Programmierung.
pip install kanren
SymPy: Mathematische Symbolbibliothek.
pip install sympy
--------------------------------------------------------------------------------------------------------------------------------------------------
Syntax - Richtlinien: X->Y1, Y2 ...Ym
Das kann man folgendermaßen lesen:
X if Y1 and Y2 and --- and Ym