Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/herminiotorres/functional-programming-in-erlang

Only Exercises
https://github.com/herminiotorres/functional-programming-in-erlang

erlang funcional-programming futurelearn kent learn

Last synced: 6 days ago
JSON representation

Only Exercises

Awesome Lists containing this project

README

        

# FUNCTIONAL PROGRAMMING IN ERLANG - THE UNIVERSITY OF KENT

__[Functional Programming in Erlang](https://www.futurelearn.com/courses/functional-programming-erlang)__
*Learn the theory and practice of functional programming in Erlang, through practical exercises and suggested projects.*

### Infos:

__General:__
- __Duration:__ 4 weeks.
- __Weekly study:__ 5 hours.
- __Learn:__ Free.
- __Extra benefits:__ From $79 you could [Find out more](https://www.futurelearn.com/courses/functional-programming-erlang#extra-benefits).

__The Lead Educator:__
*__[Simon Thompson](https://www.cs.kent.ac.uk/people/staff/sjt/)__*

Academic at the University of Kent, where I am Professor in Logic and Computation in the School of
Computing.

__Resource__:

- [Learn You Some Erlang for great good!](https://learnyousomeerlang.com/) by Hébert, F. (2013) San Francisco, CA: No Starch Press. (Link to free online edition and further resources).
- [Spawned Shelter](https://github.com/unbalancedparentheses/spawnedshelter) - Erlang Spawned Shelter. Erlang and Elixir training with the best articles, videos, books and talksmortar_board [https://spawnedshelter.com](https://spawnedshelter.com/).
- [Erlang/Elixir Syntax: A Crash Course](https://elixir-lang.org/crash-course.html) - quick introduction to the Elixir syntax for Erlang developers and vice-versa.
- [Stuff Goes Bad - ERLANG IN ANGER](https://www.erlang-in-anger.com/) - It is first and foremost a collection of tips and tricks to help understand where failures come from, and a dictionary of different code snippets and practices that helped developers debug production systems that were built in Erlang.
- [Erlings: Small exercises to get you used to reading and writing Erlang code](https://github.com/lambdaclass/erlings) - Small exercises to get you used to reading and writing Erlang code.