-
https://github.com/exercism/lfe/blob/main/docs/ABOUT.md could be punched up a little. This documentation appears when students open the track before enrolling, so this should be more of a quick sales …
-
This issue helps keep track of the tasks you're working on towards launching this track.
The next steps are:
- [x] [Join our community](https://exercism.org/docs/building/tracks/new/join-our-com…
-
# 🌔 Lua cheet sheet
> The snippets are under the [CC-BY-SA](https://en.wikipedia.org/wiki/Wikipedia:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License) license.
Please consider k…
-
The second example has a missing semicolon in the line "public $color". It can be misleading for beginners.
-
### Which components does the task require to be changed? (think hard pls)
snforge
### Description
Cairo does not support strings. We need to establish a one-to-one mapping and remove the Cai…
-
I'm currently learning PHP by following along with Exercism's learning track, and noticed a discrepancy between the example on line 39 and [PHP's documentation on the explode function](https://www.php…
-
TLDR: When hovering over a locked exercise the UI should give a hint on how to unlock it.
As a person new to Exercism I did a few exercises, but there are still a lot more that are unlocked.
For e…
-
Error on testing response
```js
SyntaxError: /annalyns-infiltration.js: 'import' and 'export' may only appear at the top level. (82:0)
80 | * @returns {boolean} Whether or not you can free…
-
## Learning objectives
- `defmacro`
- the `Macro` module
- what's an AST
- when *not* to use macros
## Out of scope
I am not sure if explaining `require`/`use` in the same exercise would b…
-
Hey there
According to the [Markdown Exercise](https://exercism.org/tracks/javascript/exercises/markdown) after installing the packages while
testing the code it shows an error because in the `ma…