-
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…
-
Very minor, but noticed while doing the exercise locally
https://github.com/exercism/gleam/blob/b321e3afc51c3bb41ca6a469ffeae72e5c618c5d/exercises/concept/bandwagoner/.docs/instructions.md?plain=1#…
-
Toward https://github.com/exercism/cairo/issues/7
Can use Python track's exercises as inspiration:
https://github.com/exercism/python/tree/main/exercises/practice/complex-numbers
-
when comparing two associative arrays with different domains, `test.assertEqual` errors instead of returning false
### Summary of Problem
when comparing two associative arrays with different d…
-
Hey folks,
A friendly question here more than an issue. As someone who used Exercism a lot in the past, I've found the Golang track a bit tricky to get traction on, mostly because it seems pretty …
-
-
Some tracks currently have stub files for exercises. Other tracks only provide the test file. I propose making stubs a requirement on all exercises on all tracks. My reasons are:
- **Consistency:**…
iHiD updated
2 months ago
-
Instead of returning boolean literals after a condition, you can directly return the condition instead.
Example:
// instead of
if (knightIsAwake) {
return true;
} else {
return false;
}…
-
I’ll take the liberty of copying a section of @hsivonen’s [Rust 2020 blog post](https://hsivonen.fi/rust2020/):
> ## Non-Nightly Benchmarking
>
> The library support for the `cargo bench` feature…
-
Could you consider modifying the code of `exercism-run-tests` to use the `compile` command to make the output more readable?
```
(async-defun exercism-run-tests ()
"Runs the tests for the curre…