New Track: Odin Programming Language

I searched both the Exercism forum and Discord and found no previous mentions of a potential Odin track.

2 Likes

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. :smile:

I’ve already started on my implementation! :running_man:

1 Like

Here’s my first draft! GitHub - Nezteb/odin

1 Like

Looks good. Give the Exercism staff a little time to look over the hello-world example, and they’ll take it from here. :slight_smile:

1 Like

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

3 Likes

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?

2 Likes

You can find the new track steps here: New Track | Exercism's Docs

2 Likes

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!

2 Likes

It’s been a while since I played with Odin, but I’ll review your PR!

2 Likes