Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exercism/lfe
Exercism exercises in Lisp Flavoured Erlang (LFE).
https://github.com/exercism/lfe
community-contributions-paused exercism-track lisp unmaintained
Last synced: about 1 month ago
JSON representation
Exercism exercises in Lisp Flavoured Erlang (LFE).
- Host: GitHub
- URL: https://github.com/exercism/lfe
- Owner: exercism
- License: mit
- Created: 2015-07-21T00:54:39.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T07:02:36.000Z (8 months ago)
- Last Synced: 2024-05-01T11:25:22.147Z (8 months ago)
- Topics: community-contributions-paused, exercism-track, lisp, unmaintained
- Language: LFE
- Homepage: https://exercism.org/tracks/lfe
- Size: 762 KB
- Stars: 25
- Watchers: 14
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Exercism LFE Track
[![Configlet](https://github.com/exercism/lfe/actions/workflows/configlet.yml/badge.svg)](https://github.com/exercism/lfe/actions/workflows/configlet.yml)
[![Verify Exercises](https://github.com/exercism/lfe/actions/workflows/test.yml/badge.svg)](https://github.com/exercism/lfe/actions/workflows/test.yml)**`Lisp Flavoured Erlang (LFE)`** is one of many programming language tracks on [exercism(dot)org][exercism-website].
This repo holds all the instructions, tests, code, & support files for LFE exercises currently under development or implemented and available for students.🌟 Track exercises and the test runner currently utilize LFE `2.1.3`.
Currently, all exercises are open-ended practice exercises, intended to practice concepts learned, try out new techniques, and most importantly play around with.
## Contributing Guide
Here to suggest a new feature or new exercise?
We'd love if you did that via our [Exercism Community Forum](https://forum.exercism.org/).Want to jump directly into Exercism specifications & detail?
* [Structure][exercism-track-structure]
* [Practice Exercises][practice-exercises]
* [Markdown Specification][exercism-markdown-specification][exercism-website]: https://exercism.org/
[lfe]: https://lfe.io
[exercism-track-structure]: https://github.com/exercism/docs/tree/main/building/tracks
[practice-exercises]: https://github.com/exercism/docs/blob/main/building/tracks/practice-exercises.md
[exercism-markdown-specification]: https://github.com/exercism/docs/blob/main/building/