exercism/prolog

Name: prolog

Owner: exercism

Description: Exercism exercises in Prolog.

Created: 2016-10-04 00:09:21.0

Updated: 2018-04-08 06:29:48.0

Pushed: 2018-04-15 15:58:20.0

Homepage: http://exercism.io/languages/prolog

Size: 112

Language: Gnuplot

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Exercism Prolog Track

build status

Exercism Exercises in Prolog

Setup

See INSTALLATION.md

Contributing

Thank you so much for contributing! :tada:

We welcome pull requests that provide fixes and improvements to existing exercises. If you're unsure, then go ahead and open a GitHub issue, and we'll discuss the change.

Please keep the following in mind:

ing :-
current_prolog_flag(argv, ['--all'|_]).
ing :-
write('\nA TEST IS PENDING!\n'),
fail.
(hello_world, condition(true)) :-
hello_world('Hello World!').

(hello_world_with_a_name, condition(pending)) :-
hello_world('Alice', 'Hello Alice!').

All the tests for Exercism Prolog Track exercises can be run from the top level of the repo with bin/build.sh. Please run this command before submitting your PR.

SWI Prolog icon

The SWI Prolog “Owlie” logo is owned by the SWI Prolog maintainers and released under the Simplified BSD license. We have adapted it for use on Exercism, changing the colour scheme, with the express permission of anne@swiprolog.org.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.