Y
Hacker News
new
|
ask
|
show
|
jobs
by
alephaleph
876 days ago
At a fundamental level Prolog works the same way that Python library works -- guessing and backtracking.
1 comments
cha42
876 days ago
Yes, the cool thing here is just to use higher order to provides the user non-determinism seaminglessly within Python while in prolog this is a built in feature.
link