0 votes
in Prolog by
Why In Prolog It Is Said That Program And Data Are The Same Thing?

1 Answer

0 votes
by

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.

...