-
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._
There are several new features in Exercism v3 for tr…
-
For languages that have formatting tools (Elixir's `mix format`, Elm's `elm-format`, Go's `gofmt`, etc...), especially if the formatting tool is a community standard, it would be great to have a "Form…
-
This issue describes how to implement the `closures` learning exercise for the Clojure track.
## Getting started
**Please please please read the docs before starting.** Posting PRs without readi…
-
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._
There are several new features in Exercism v3 for tr…
-
I have taken the initial steps for building a representer for Raku here: https://github.com/m-dango/raku-representer
-
Whilst looking into https://forum.exercism.org/t/solution-isnt-displayed-in-community-solutions/10071, I found that the representer crashes on this solution: https://exercism.org/tracks/python/exercis…
-
The Representer fails to parse this dataclass,
```python
from dataclasses import dataclass
@dataclass
class Point:
x: int
y: int
```
Here is the [traceback](https://github.com/ex…
-
In Exercism v3, we are making increased use of our v2 [analyzers](https://github.com/exercism/docs/blob/main/building/tooling/analyzers/README.md). Analyzers automatically assess student's submissions…
-
In Exercism v3, we're introducing a new (optional) tool: the [representer](https://github.com/exercism/docs/blob/main/building/tooling/representers/README.md). The goal of the representer is to take a…
-
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._
To get your track ready for Exercism v3, the followi…