Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/exercism/emacs-lisp

Exercism exercises in Emacs Lisp.
https://github.com/exercism/emacs-lisp

community-contributions-accepted exercism-track lisp

Last synced: 15 days ago
JSON representation

Exercism exercises in Emacs Lisp.

Awesome Lists containing this project

README

        

# Emacs Lisp Track Icon Exercism Emacs Lisp Track

[![Exercism Discourse Forum](https://img.shields.io/discourse/posts?server=https%3A%2F%2Fforum.exercism.org%2F)](https://forum.exercism.org/)
[![Exercism Discord Invite](https://img.shields.io/discord/854117591135027261)](https://exercism.org/r/discord)
[![Configlet Status](https://github.com/exercism/emacs-lisp/workflows/Configlet/badge.svg)](https://github.com/exercism/emacs-lisp/workflows/Configlet/badge.svg)
[![Exercise Test Status](https://github.com/exercism/emacs-lisp/workflows/emacs-lisp%20%2F%20main/badge.svg)](https://github.com/exercism/emacs-lisp/workflows/emacs-lisp%20%2F%20main/badge.svg)

**`exercism/emacs-lisp`** is one of many programming language tracks you can study on [exercism.org][exercism-website].
This repo holds all the instructions, tests, code, & support files for Emacs Lisp _exercises_ currently under development or implemented & available for students.
If you haven't already, you can check out and study the live language track [here][exercism-emacs-lisp-track].

🌟   The test runner is currently running Emacs 29.4

Currently the Emacs Lisp track doesn't feature a syllabus, so it only contains practice exercises. Practice exercises are open-ended problems that allow you to build and test your knowledge of a programming language. You can find the practice exercises referenced in the [config.json][config-json] and the files in the [`exercises/practice`][emacs-lisp-exercises-practice-dir] directory. The practice exercises are shared between tracks. You can find the canonical problem description in the [problem specifications repository][problem-specifications-repository].






🌟🌟  Please take a moment to read our [Code of Conduct][exercism-code-of-conduct] 🌟🌟 
It might also be helpful to look at [Being a Good Community Member][being-a-good-community-member] & [The words that we use][the-words-that-we-use].

                         Some defined roles in our community: [Contributors][exercism-contributors] **|** [Mentors][exercism-mentors] **|** [Maintainers][exercism-track-maintainers] **|** [Admins][exercism-admins]



Contributing to The Emacs Lisp Track

We 💙 our community and welcome contributions.


The following guide is intended to give you an overview about the different ways to help and to point you to the relevant documentation.



There are several ways of contributing to the Emacs Lisp track. Examples would be

- [reporting][emacs-lisp-new-issue] problems with the track or possible improvements
- working on [practice exercises][practice-exercises]
- working on track [tooling][emacs-lisp-tooling] and [CI][emacs-lisp-ci]
- working on the [test runner][emacs-lisp-test-runner]
- working on track documents
- contributing [approaches][exercism-approaches]
- contributing [articles][exercism-articles]

Feel free to open an issue or open a pull request for any of those items.
Pull Requests should be focused on a single change.
They must pass the CI system and need a review by a maintainer before they can get merged.

You can also start work on

- a [syllabus][exercism-syllabus] / [concept exercises][exercism-concept-exercises-stories], used to teach a language step by step
- an [analyzer][exercism-analyzers], used to give automated feedback on student solutions
- a [representer][exercism-representers], used to give automated feedback on sutdent solutions

If you want to start work on one of those items please first get in touch via [GitHub issues][emacs-lisp-github-issues] or the [discourse forum][discourse-forum-emacs-lisp].

✨ 🦄  _**Not sure how to do something? Check out the documentation!**_
     [Structure][exercism-track-structure] **|** [Tasks][exercism-tasks] **|** [Concepts][exercism-concepts] **|** [Concept Exercises][concept-exercises] **|** [Practice Exercises][practice-exercises] **|** [Presentation][exercise-presentation]
     [Writing Style Guide][exercism-writing-style] **|** [Markdown Specification][exercism-markdown-specification] (_markdown guidelines for [contributing][website-contributing-section] on exercism.org_)




## Related repositories

- [Emacs Lisp Test Runner][emacs-lisp-test-runner] - used to test the solutions submitted by students
- [Website Copy][exercism-website-copy] - contains [mentoring notes](https://exercism.org/docs/building/product/mentoring-notes)

## Exercism Emacs Lisp Track License

This repository uses the [MIT License][license].

## GNU Emacs icon
The GNU Emacs icon was designed by Andrew Zhilin and is licensed under the Creative Commons Attribution-ShareAlike 3.0 License.
We have modified the GNU Emacs icon to create the Emacs Lisp icon for Exercism.

[exercism-website]: https://exercism.org/
[emacs-lisp-new-issue]: https://github.com/exercism/emacs-lisp/issues/new
[exercism-emacs-lisp-track]: https://exercism.org/tracks/emacs-lisp
[emacs-lisp-exercises-practice-dir]: exercises/practice
[emacs-lisp-tooling]: /bin
[emacs-lisp-ci]: .github/workflows
[emacs-lisp-github-issues]: https://github.com/exercism/emacs-lisp/issues
[emacs-lisp-test-runner]: https://github.com/exercism/emacs-lisp-test-runner
[discourse-forum-emacs-lisp]: https://forum.exercism.org/c/programming/emacs-lisp/86
[config-json]: https://github.com/exercism/emacs-lisp/blob/main/config.json
[being-a-good-community-member]: https://github.com/exercism/docs/tree/main/community/good-member
[chestertons-fence]: https://github.com/exercism/docs/blob/main/community/good-member/chestertons-fence.md
[concept-exercises]: https://github.com/exercism/docs/blob/main/building/tracks/concept-exercises.md
[exercise-presentation]: https://github.com/exercism/docs/blob/main/building/tracks/presentation.md
[exercism-admins]: https://github.com/exercism/docs/blob/main/community/administrators.md
[exercism-code-of-conduct]: https://exercism.org/docs/using/legal/code-of-conduct
[exercism-concepts]: https://github.com/exercism/docs/blob/main/building/tracks/concepts.md
[exercism-contributors]: https://github.com/exercism/docs/blob/main/community/contributors.md
[exercism-markdown-specification]: https://github.com/exercism/docs/blob/main/building/markdown/markdown.md
[exercism-mentors]: https://github.com/exercism/docs/tree/main/mentoring
[exercism-tasks]: https://exercism.org/docs/building/product/tasks
[exercism-track-maintainers]: https://github.com/exercism/docs/blob/main/community/maintainers.md
[exercism-track-structure]: https://github.com/exercism/docs/tree/main/building/tracks
[exercism-website]: https://exercism.org/
[exercism-writing-style]: https://github.com/exercism/docs/blob/main/building/markdown/style-guide.md
[exercism-approaches]: https://exercism.org/docs/building/tracks/approaches
[exercism-articles]: https://exercism.org/docs/building/tracks/articles
[exercism-syllabus]: https://exercism.org/docs/building/tracks/syllabus
[exercism-concept-exercises-stories]: https://exercism.org/docs/building/tracks/stories
[exercism-analyzers]: https://exercism.org/docs/building/tooling/analyzers
[exercism-representers]: https://exercism.org/docs/building/tooling/representers
[practice-exercises]: https://exercism.org/docs/building/tracks/practice-exercises
[prs]: https://github.com/exercism/docs/blob/main/community/good-member/pull-requests.md
[problem-specifications-repository]: https://github.com/exercism/problem-specifications/
[suggesting-improvements]: https://github.com/exercism/docs/blob/main/community/good-member/suggesting-exercise-improvements.md
[the-words-that-we-use]: https://github.com/exercism/docs/blob/main/community/good-member/words.md
[website-contributing-section]: https://exercism.org/docs/building
[exercism-website-copy]: https://github.com/exercism/website-copy
[license]: /LICENSE