Lambda the Ultimate

inactiveTopic Logic Programming in Python (constraints)
started 6/28/2002; 2:33:43 AM - last post 6/28/2002; 2:33:43 AM
Ehud Lamm - Logic Programming in Python (constraints)  blueArrow
6/28/2002; 2:33:43 AM (reads: 1965, responses: 0)
Logic Programming in Python (constraints)
The constraint package is a constraint satisfaction problem solver written in 100% pure Python, using constraint propagation algorithms. So far, facilities are provided to work with finite domains only.

Python is becoming more and more interesting. You can use it to experiment with many interesting programming paradigms (e.g., distributed objects).

Garth Kidd posted some other interesting Python links the other day.


Posted to Python by Ehud Lamm on 6/28/02; 2:41:15 AM