InterviewSolution
Saved Bookmarks
| 1. |
Why In Prolog It Is Said That Program And Data Are The Same Thing? |
|
Answer» In Prolog, DATA and program both are implemented as the bunch of trees. There is no difference between a rule that CAUSES OPERATIONS to happen and a rule that just gives BACK a data value. In Prolog, data and program both are implemented as the bunch of trees. There is no difference between a rule that causes operations to happen and a rule that just gives back a data value. |
|