András B Nagy
András B Nagy
CLAIMED - [ ] flatten-array - BNAndras - [ ] queen-attack - dreig COMPLETED - [x] bank-account - [x] binary-search - [x] clock - [x] diamond - [x] food-chain -...
@ErikSchierboom, here are the three approaches I'm looking at. Before I fill these out further, do you think the substring and index-based techniques are different enough to justify separate approaches?
I noticed several slugs are missing tests. Looking at roman-numerals, I also noticed some tests where the inputs and outputs line up with tests from problem-specifications but the comments describe...
Following up on exercism/racket-test-runner#33, are there any common packages that aren't included but should be added? Please add it in a reply here. The package must be compatible with racket...
The series exercise was ported nine years ago and is missing several canonical tests from the problem-specifications repo. The `example.lfe` will need to be rewritten and the `series.lfe` stub will...
- [ ] high-scores - [ ] secret-handshake Done - [x] darts - [x] isogram - [x] queen-attack - [x] resistor-color - [x] resistor-color-duo - [x] square-root - [x] triangle...
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 pitch about what makes...
Please complete the following information about the language: - Name: Pyret - Website: https://pyret.org/ - Language Version: Summer 2021 The following are optional, but will help us add the language:...
Part of #368
@ErikSchierboom, the test-runner image uses Groovy 3.0.2. Groovy 4.0 came out last year so I'm thinking I could investigate how much effort it'd be to upgrade. I'm mainly interested since...