Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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).

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/