prolog
prolog copied to clipboard
Exercism exercises in Prolog.
Sync the `yacht` exercise with the latest data, as defined in https://github.com/exercism/problem-specifications/tree/main/exercises/yacht. - Feel free to close this PR if there is another PR that also syncs this exercise. -...
ℹ More info: https://github.com/exercism/org-wide-files/commit/5ccdeb6ebe24182f48466a9e7cc27370cdcbcfe7 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/360
ℹ More info: https://github.com/exercism/org-wide-files/commit/45ce43faa93a84c84f407748aae3aa028383ec77 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/354
As explained here #80 there is a way to write tests that is not exhaustive enough. As an example, if we have a simple program like: ```Prolog add(X,Y,Z) :- Z...
We need a Syntax Highlighter for Prolog that works with CodeMirror6. There is some introductory discussion on this issue: https://github.com/exercism/exercism/issues/5801
See https://logtalk.org/tools.html#lint-checker Is this worth doing? We could include this in documentation or even bake it into the test runner.
See https://logtalk.org/tools.html#learning Is this worth doing? We could include this in documentation or even bake it into the test runner.
The exercises currently all have the same difficulty. We should make an attempt to assign "proper" difficulties to them, which range from 1 (easiest) to 10 (hardest)
The complex-numbers exercise instructs users to implement the exponent function in the README, but there are no tests for this function and no function stub. As a result, no users...
Sync the `bank-account` exercise with the latest data, as defined in https://github.com/exercism/problem-specifications/tree/main/exercises/bank-account. - Feel free to close this PR if there is another PR that also syncs this exercise. -...