Prolog learning using https://www.ic.unicamp.br/~meidanis/courses/mc336/2009s2/prolog/problemas/
A copy of the page is placed in problems.
Exercism exercices
All tests and implementations done with swipl on Windows. Should work with swipl on Linux too, no guarantee for other Prolog implementations.
# run all *-tests.pl files
make tests
# run a specific ???-tests.pl file
make test-p027
# creates ???.pl and ???-tests.pl
make init-p027
# run p???-tests.pl then commit p???.pl and p???-tests.pl with a default message
make commit-solved-p027