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

_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ In Exercism v3, each track must specify exactly six "key features"....

x:action/create
x:knowledge/none
x:type/content
x:size/small

_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ Exercism v3 introduces a new type of exercise: [Concept Exercises](https://github.com/exercism/v3-docs/blob/main/product/concept-exercises.md). All...

x:action/improve
x:knowledge/intermediate
x:module/practice-exercise
x:type/content
x:size/large

Extract the list of concepts required to solve the v2 emacs-lisp exercise: `Two Fer`. For each concept, describe why it is required to solve the exercise. Keep in mind that...

Each language track has documentation in the `docs/` directory, which gets included on the site on each track-specific set of pages under [/languages](http://exercism.io/languages). We've added some general guidelines about how...

help wanted
pinned

I took a casual look at the list of available exercises and was surprised by the fact that none of them were addressing the domain in which Emacs Lisp is...

Some exercise README templates contain links to pages which no longer exist in v2 Exercism. For example, C++'s README template had a link to /languages/cpp for instructions on running tests....

Especially since emacs is so anal about format/headers in elisp packages, should definitely create a script to stub out test and impl files for exercises, like [stub.sh](https://github.com/exercism/xscheme/blob/master/bin/stub.sh) in the Scheme...

enhancement
help wanted
pinned

Since elisp packages have a very structured and opinionated format, requiring a `;;; Commentary:` section, it might be good to add some language-specific guidance for each exercise here. I'll update...

enhancement
help wanted
pinned

Sync the `all-your-base` exercise with the latest data, as defined in https://github.com/exercism/problem-specifications/tree/main/exercises/all-your-base. - Feel free to close this PR if there is another PR that also syncs this exercise. -...

x:size/tiny

Bumps [purcell/setup-emacs](https://github.com/purcell/setup-emacs) from 4.0 to 6.0. Commits c851e54 Merge pull request #39 from purcell/nix-2.17 78c7500 Sync with the script changes in install-nix-action@23 fd2413e Add Emacs 29.1 to the CI matrix...