julia
julia copied to clipboard
Exercism exercises in Julia.
ℹ More info: https://github.com/exercism/org-wide-files/commit/bfc6fe525e057a43f41e4fd83dfac00569d14086 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/330
ℹ More info: https://github.com/exercism/org-wide-files/commit/42a096591ac4a748b6c4daf402d46c7eed640a1a 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/323
To: @ErikSchierboom This issue tracks the progress of enhancing the unit testing verbosity to provide a more comprehensive testing summary, which is particularly beneficial for CLI users. [Here](https://github.com/exercism/julia/pull/680) is a...
There's a cool paper here that details how Julia got a new algorithm for `hypot` that's much better than the old one and quite a lot better than the version...
I did most of them months ago, but there are still a handful of exercises that have decent mentoring notes but no dig-deeper page. - [ ] raindrops - [...
I was getting confused about what needs doing to launch a learning track, and how to set priorities. The table below is one current view (taken from existing issues, the...
Instructions are too long and useful info is buried in it. It's also formatted badly by default because inline code blows up the line-height, at least sometimes. The problem has...
We instruct students to return a range (like `searchsorted` does), but also we guarantee that there is only zero or one instance of the target value in the array unless...
Most concept exercises do not have stubs, which is contrary to our [specification](https://exercism.org/docs/building/tracks/concept-exercises#h-file-stub-implementation). The exception to this rule is for newly introduced syntax, where we _want_ the student to write...