There is a lack of some predicates in one Prolog implementations, that are available in others.
We can implement lacking predicates, let's call this "Prolog Compatibility Layer".
Do you know "Prolog Compatibility Layers" for Prolog (especially for GNU-Prolog) ?
Please structure answers in following way:
- Title with link.
- "Implemented for" - prolog implementation you might like to use
- "Compatibility with" - prolog implementation for which compatibility layer is done
- "Functions" - list of compatibility functions (you can bold yours favourites)
- "Additional info" - comments, requirements, limitations etc.
- "License" - license info
P.S. Question inspired by another question : Prolog syntax problem.