|
|
|
|
|
by radomir_cernoch
697 days ago
|
|
Do you see a good way to include backtracking in an imperative programming language? I can imagine how unification would work, since the ubiquitous "pattern matching" is a special case of Prolog's unification. But I've never seen how backtracking could be useful... |
|