julia icon indicating copy to clipboard operation
julia copied to clipboard

Exercism exercises in Julia.

Results 128 julia issues
Sort by recently updated
recently updated
newest added

_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/)._ Exercism v3 introduces a new type of exercise: [Concept Exercises](https://github.com/exercism/v3-docs/blob/main/product/concept-exercises.md). All...

v3 :rocket:
x:action/improve
x:knowledge/intermediate
x:module/practice-exercise
x:type/content
x:size/large

_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 following needs...

v3 :rocket:

_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/)._ Concept Exercises can have a status specified in their `"status"` field...

v3 :rocket:

There are several currently undocumented conventions for the test suites, such as: - No nested test sets in concept exercise. - All functions part of the interface must have a...

documentation :book:

See https://github.com/exercism/julia/pull/344/files#r595431774

v3 :rocket:

Sometimes it would be useful to test testsuites against solutions that are _not_ meant to pass the tests, to ensure the testsuite has sufficient coverage, or covers certain edge cases.

Various minor things that need to be verified are marked with TODO comments. Rather than creating an issue for each of them, this one issue shall suffice.

v3 :rocket:

This issue describes how to implement the `performance` concept exercise for the Julia track. ## Goal The goal of this exercise is to teach the student how to avoid common...

v3 :rocket: