julia
julia copied to clipboard
Exercism exercises in Julia.
This is an update to issue #956. Two months on, there has been some progress _(despite a subjective sense of wading through molasses!)_ - Both `dates-times` and `regular-expressions` are now...
We've just implemented v3 of the test runner, but it currently only gives added functionality to Concept exercises. From what I see in the online editor, it appears to link...
Currently, the Julia test-runner starts Julia from a small [shell script](https://github.com/exercism/julia-test-runner/blob/main/run.sh) with the line ```bash julia --project --sysimage test-runner-sysimage.so run.jl "$1" "$2" "$3" ``` This starts Julia with the default...
With all the effort going (quite rightly!) into the Learning Syllabus, we haven't done much with Practice exercises in the last year or two. In a week when I can't...
Background on the [forum](https://forum.exercism.org/t/concept-exercise-files/13289/7). We haven't generally included `docs/hints.md` for Practice exercises, though all our Concept exercises have them. As of today, only `fft` has hints, and `baffling birthdays` is...
## Background The repo is [here](https://github.com/exercism/julia-test-runner). The Dockerfile is [here](https://github.com/exercism/julia-test-runner/blob/main/Dockerfile). In the last 3 years this has had few changes: `dependabot` merges and a sync of org-wide files (code of...
It's a relief to get through this particularly challenging corner of the syllabus: I think the ones I'll look at next, in no particular order, are: - [x] Dates &...
This table is copied from #566. Things have moved on since Erik posted this in March 2023, but it still contains useful suggestions. I just added the checkmarks. I probably...
Of the 62 issues that were still open yesterday, many relate to previous planning of a learning syllabus. Some of those are clearly now obsolete (superseded by recent PRs), and...
My feeling is that we are within a week or two of being able to open the learning track to wider visibility, at least in preliminary form (but no promises!)....