Skip to content

NyuB/prolog-p99

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prolog 99 problems

Prolog learning using https://www.ic.unicamp.br/~meidanis/courses/mc336/2009s2/prolog/problemas/

A copy of the page is placed in problems.

Extra problems

Exercism exercices

Platform

All tests and implementations done with swipl on Windows. Should work with swipl on Linux too, no guarantee for other Prolog implementations.

Tests

# run all *-tests.pl files
make tests
# run a specific ???-tests.pl file
make test-p027

Generate problem skeleton

# creates ???.pl and ???-tests.pl
make init-p027

Commit a solution

# run p???-tests.pl then commit p???.pl and p???-tests.pl with a default message
make commit-solved-p027

About

Prolog exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published