4ad5c9778a
AI::Prolog is a pure Perl predicate logic engine. In predicate logic, instead of telling the computer how to do something, you tell the computer what something is and let it figure out how to do it. Conceptually this is similar to regular expressions.
5 lines
252 B
Text
5 lines
252 B
Text
AI::Prolog is a pure Perl predicate logic engine.
|
|
In predicate logic, instead of telling the computer
|
|
how to do something, you tell the computer what
|
|
something is and let it figure out how to do it.
|
|
Conceptually this is similar to regular expressions.
|