Hacker News new | ask | show | jobs
by segmondy 2989 days ago
We don't have such problem in Prolog. In prolog X can never be equal to X+1. X will always be X. Once X has a value, it never changes. One of the thing that gives most procedural programmers a headache.