delphi
delphi copied to clipboard
Exercism exercises in Delphi Pascal.
A working copy of the concept is [here](https://github.com/rpottsoh/Haiku-Review). Tests need to be developed and eventually canonical-data.json, description.md, and metadata.yml files produced.
@kotp lets start a conversation about creating a new exercise that would feature Delphi's user interface design capabilities. In passing you've mentioned a calculator program. This sounds pretty do'able, assuming...
@kotp and I have been discussing the desire to have Travis carry a little more weight for this track. It would be nice if he could be used to trigger...
Implement a test suite that can run both locally and on Travis CI, that verifies that the example code passes the test suite for each exercise. Things to consider: If...
- Is there a style guide for Delphi? - Are these styles encouraged or enforced? - Are there any conventions that we should adopt on this track for the sake...
Just the result of running `./bin/configlet sync --docs --filepaths --metadata -uy` for now. I'll get Delphi Pascal set up on my Windows workstation next week and start working through some...
Sync the `anagram` exercise with the latest data, as defined in https://github.com/exercism/problem-specifications/tree/main/exercises/anagram. - Feel free to close this PR if there is another PR that also syncs this exercise. -...
Sync the `pig-latin` exercise with the latest data, as defined in https://github.com/exercism/problem-specifications/tree/main/exercises/pig-latin. - Feel free to close this PR if there is another PR that also syncs this exercise. -...
Sync the `resistor-color` exercise with the latest data, as defined in https://github.com/exercism/problem-specifications/tree/main/exercises/resistor-color. - Feel free to close this PR if there is another PR that also syncs this exercise. -...
This syncs the docs, metadata, and tests for `triangle`. This adds two tests for scalene triangles that check other combinations of the two sides being equal. I also added an...