Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/federicobruzzone/99-erlang-problems

Implementations of the 99 problems in Erlang.
https://github.com/federicobruzzone/99-erlang-problems

99problems erlang functional-programming problem-solving

Last synced: about 1 month ago
JSON representation

Implementations of the 99 problems in Erlang.

Awesome Lists containing this project

README

        

# **99 Erlang Problems**

# How to compile

```Bash
$ make all # Compile and run all files
$ make # Compile and run a specific file
$ make last # Compile and run the last file (ascending order)
$ make clean
```

# Set up

```Bash
$ apt install erlang
$ pacman install erlang
```

# Generic Information

Compile and import erlang file into shell: `c()`.

Comment using pre-processor:

```erlang
-ifdef(comment).
...
-endif.
```

## Contributing

Contributions to this project are welcome! If you have any suggestions, improvements, or bug fixes, feel free to submit a pull request.

## License

This repository is licensed under the [GNU General Public License (GPL)](https://www.gnu.org/licenses/gpl-3.0.html). Please review the license file provided in the repository for more information regarding the terms and conditions of the GPL license.

## Contact

If you have any questions, suggestions, or feedback, do not hesitate to [contact me](https://federicobruzzone.github.io/).

---

# Links

- [erlang-99](https://purijatin.github.io/newsletters/erlang-99/)