Exercism exercises in Wren
This is the Wren track, one of the many tracks on Exercism.
It holds all the exercises that are currently implemented and available for students to complete.
The track currently consists only of practice exercises at the moment (no concepts).
You can find this in the config.json
.
Prerequisites
First we need to install dependencies:
wrenc package.wren install
Running the tests
./scripts/ci
This runs the tests for all sample solutions.
./scripts/ci hello-world
If the a single argument is passed, only that exercise is tested.
To update all the individual package.wren
files in every exercise:
./script/update_testie.sh
- Wren Exercises (this repo)
- Wren Test Runner
- Wren Representer
- Wren Analyzer - nope, not yet.
- Wren CodeMirror Language Support
- Wren Console - Wren runtime environment
- Wren Package - dependency management
- Wren Testie - exercise test suites