Exercism exercises in Red.
Tooling:
- Test Runner
- Analyzer (not ready)
- Representer (not ready)
Please see the old contributing guide and new track building guide. This track is currently at the beginning of it's creation, so any help is very welcome.
Worth checking are also excellent general and concepts guides from Elm track maintainers, that are in great part universal and can be applied also to Red track.
Generally, practice exercises are best taken from Exercism's problem-specifications repository, so the experience is similar for students in every language track. But in case you need some fresh ideas, here are some links with script examples you can check for inspiration:
- http://www.mycode4fun.co.uk/red-beginners-reference-guide
- http://redprogramming.com/Short%20Red%20Code%20Examples.html#section-2
- https://github.com/red/red/wiki/%5BLINKS%5D-Scripts-collection
Scripts in Rebol (it's very similar to Red)
Useful for concepts and concept exercises
Concepts are being developed in separate branch. More info in GitHub task: exercism#37 . There is no common source or list for concepts. Existing ones were created simply from looking at practice exercises example solutions and deducting what's needed to create and understand it.
There is a tool, that counts and prints exercises unlocked by each concept, and exercises that practice the concept:
_tools/concepts-practice.red
Besides creating issues and commenting in this repository, you are welcome to post on Red's "training" Gitter channel.