InterviewSolution
Saved Bookmarks
| 1. |
Can Clp (constraint Logic Programming) Be Implemented Just In Prolog ? |
|
Answer» Using the TECHNIQUE known as meta-programming, it is POSSIBLE to IMPLEMENT CLP completely in PROLOG. The disadvantage of this approach is DEGRADATION of PERFORMANCE that is typical for meta-programming. Using the technique known as meta-programming, it is possible to implement CLP completely in PROLOG. The disadvantage of this approach is degradation of performance that is typical for meta-programming. |
|