Can Clp (constraint Logic Programming) Be Implemented Just In Prolog ? › Category: Prolog › Can Clp (constraint Logic Programming) Be Implemented Just In Prolog ? 0 Vote Up Vote Down Editor">Editor Staff asked 2 years ago Can Clp (constraint Logic Programming) Be Implemented Just In Prolog ? 1 Answers 0 Vote Up Vote Down Editor">Editor Staff answered 2 years ago 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.