-
I'm a total beginner to Prolog systems, and I want to learn by doing Prolog exercises. I want to use Scryer instead of SWI for the Prolog exercises on Exercism. If I want to run the provided unit tests I need to run the command From what I understand from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Could you provide an example of one of these files? If the tests file is just ISO Prolog or otherwise compatible with Scryer (SWI has different libraries, a wider set of builtin (as in, always available) predicates, and even the same predicates but in different modules than Scryer), the way you'd do something similar with Scryer is |
Beta Was this translation helpful? Give feedback.
Yeah, ok, this is using plunit, and also the
argv
flag. This won't run in Scryer because these are SWI specific.