|
|
|
|
|
by alxmng
1376 days ago
|
|
You don't solve the halting problem. You don't introduce it in the first place by making a Turing complete language. Datalog is terminating. Programming languages don't have to allow infinite loops and recursion. There are plenty of ways to ensure recursion is terminating, like structural recursion or only allowing recursing finite data structures. |
|