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 describes how to implement the `complex-numbers` concept exercise for the Julia track. ## Getting started **Please please please read the docs before starting.** Posting PRs without reading these...

v3 :rocket:

This issue describes how to implement the `modules` concept exercise for the Julia track. ## Getting started **Please please please read the docs before starting.** Posting PRs without reading these...

v3 :rocket:

This issue describes how to implement the `mutable-composite-types` concept exercise for the Julia track. ## Getting started **Please please please read the docs before starting.** Posting PRs without reading these...

v3 :rocket:

We should add `.meta/CITATION.bib` files to each exercise and the track repo so that people who may want to use exercise for their own workshops, classes etc. have an easy...

v3 :rocket:

Many documentation files for the exercises contain example code. To make sure the examples are valid, they should be tested, similar to doctests.

v3 :rocket:

A lot of students are interested in finding out how fast their solution runs, how they can optimize it etc. Often they use `@time` instead of `@btime` and then run...

v3 :rocket:

## Getting started **Please please please read the docs before starting.** Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and...

v3 :rocket:

Should be fairly similar to the notebook check and generator. --- See also #161

good first issue

> > We could combine some of these checks so that a single GHA has multiple jobs? > > Sure, but let's do it in a way that all checks...

good first issue

Surprisingly to me, the generator `sum(x^2 for x in 0:n)` appears to be constant rather than linear time, and I feel like that should probably be mentioned. Should probably mention...

good first issue