- Site: https://odin-lang.org
- GitHub: GitHub - odin-lang/Odin: Odin Programming Language
- Discord: Odin Programming Language
I searched both the Exercism forum and Discord and found no previous mentions of a potential Odin track.
I searched both the Exercism forum and Discord and found no previous mentions of a potential Odin track.
Are you available to actively build and launch this track? I’d suggest looking over the new track documentation at Request a new Track | Exercism's Docs if you haven’t already.
A example implementation of the hello-world exercise and the associated tests in Odin using the canonical data at https://github.com/exercism/problem-specifications/tree/main/exercises/hello-world would help Exercism staff gauge what work needs to be done for the proposed track.
I’m available, though it might take a bit to start.
I’ve already started on my implementation!
Looks good. Give the Exercism staff a little time to look over the hello-world example, and they’ll take it from here.
Looks good! I’ve created the repo: GitHub - exercism/odin: Exercism exercises in Odin. You should have an invite to join the Odin maintainers team @Nezteb
Hi all, with the recent buzz about Odin, I’d love to help getting the Odin track on Exercism up and running. I’ve forked the repo and started with the first few exercises, updated the configs so that configlet lint
is at least happy, and am looking at the Github workflows now.
Is there anything else I can do to contribute?
Thanks Erik – first PR from my side is there. I tried to get the CI and tooling to the point where I can now focus on the exercises and content. Any feedback is much appreciated!
It’s been a while since I played with Odin, but I’ll review your PR!