emacs-lisp icon indicating copy to clipboard operation
emacs-lisp copied to clipboard

Exercism exercises in Emacs Lisp.

Results 51 emacs-lisp issues
Sort by recently updated
recently updated
newest added

I'd like to implement the new pop-count exercise, having ported it already for four tracks.

This is more of a question about consistency within a test suite and across all the exercises than anything else. I'll also preface this with noting that I rarely write...

Function names have a "p" suffix, consistent with naming conventions for predicates. In all other respects, function and argument names, and test cases, are taken from https://github.com/exercism/problem-specifications/blob/main/exercises/triangle/canonical-data.json

I think difficulty levels are a bit of a mess for this track right now. I try to keep evaluations in line with previous difficulty levels of existing exercises when...

I would like to add a port to emacs-lisp of the practice exercise [triangle](https://github.com/exercism/problem-specifications/tree/main/exercises/triangle) The problem has already been ported to other Lisp dialects.

I would like to add a port to emacs-lisp of the practice exercise [scrabble-score](https://github.com/exercism/problem-specifications/tree/main/exercises/scrabble-score) The problem has already been ported to other Lisp dialects.

I would like to add a port to emacs-lisp of the practice exercise [collatz-conjecture](https://github.com/exercism/problem-specifications/tree/main/exercises/collatz-conjecture) The problem has already been ported to other Lisp dialects.

I normalized current difficulties to 2 (easy), 4 (medium), or 8 (hard) and then sorted the exercises by difficulty and name. That'll let students find exercises for each difficulty quicker.

x:rep/tiny

@ErikSchierboom, we have a GHA that regularly uses configlet to check for unsynced files at https://github.com/exercism/emacs-lisp/actions/workflows/configlet-sync.yml, but it's been broken for over a year due to rate limits. Is this...

x:type/ci