Hi everyone!
I’m creating a new track for Cairo language, and due to the language’s similarity with Rust, I’m often using Rust’s track as inspiration for certain exercises.
Note: I’m not trying to create a copy/pasted version of Rust’s track, but it seems natural to “borrow” from it as much as possible, given Rust’s and Cairo’s similarity.
I’m currently focusing on adding only Practice exercises, and one the exercises I recently added is Rust’s “Low power embedded game”, although this is a Concept exercise in their track.
I have some questions:
- This exercise isn’t found in the “official” Exercism collection (see repo exercism/problem-specifications). Can it still be added to a language track?
If not, then there’s no need to answer the next question. - Rust included this exercise among their “concept” exercises. Is there a problem if I include this among Cairo’s “practice” exercises?
Note: I may turn this exercise into a “concept” one, or even remove it before the track is ready to be officially “published”. I posted these questions to know what should and shouldn’t be done in general.