Skip to content

Instantly share code, notes, and snippets.

@Lisprez
Forked from macintux/erlang-resources.md
Created January 5, 2019 12:35
Show Gist options
  • Save Lisprez/061de826cfd587484ea5abcf2318a77d to your computer and use it in GitHub Desktop.
Save Lisprez/061de826cfd587484ea5abcf2318a77d to your computer and use it in GitHub Desktop.
Erlang online resources

This is not intended to be comprehensive or authoritative, just free online resources I've found valuable while learning more about Erlang.

Similar lists

Instruction

Documentation

Community

Mailing lists

Advocacy

Style

Projects

Exercises

General FP(ish) exercises

Collections of conference videos

Alternative languages targeting the Erlang VM

Erlang(-like) environments on the JVM

Other Actor implementations

HiPE (High Performance Erlang)

Erlang-heavy blogs

Software patterns

Actor patterns (currently only Akka resources)

History

Papers

Erlang

Actor model (and similar)

Process calculus

Communicating Sequential Processes (CSP)

π-calculus

Misc

Slide decks

Twitter

Twitter seems to be the de facto water cooler for technical conversations, and Erlang is no exception.

There are far more active accounts than I can comfortably list here; these are just a few of the more interesting ones.

Changelog

(This was started several years after the creation of the gist.)

  1. 2017-01-16 Added Dale Schumacher's blog focused on the actor model
  2. 2017-01-16 Added Humus from Schumacher's blog to the list of actor implementations
  3. 2017-01-20 Added https://github.com/llaisdy/beam_languages and a few languages not previously listed:
  4. 2017-01-25 Added https://github.com/drobakowski/awesome-erlang
  5. 2017-01-25 Added https://github.com/alpaca-lang/alpaca
  6. 2017-01-27 Start new section on HiPE
  7. 2017-01-27 Add http://www.slideshare.net/Arbow/comparing-cpp-and-erlang-for-motorola-telecoms-software
  8. 2017-02-02 Add https://github.com/purerl/purescript and http://nwolverson.uk/devlog/2016/08/01/introducing-purescript-erlang.html
  9. 2017-02-02 Add http://proto.actor
  10. 2017-12-02 Add http://adventofcode.com/, https://github.com/h4cc, https://github.com/wende/elchemy, https://github.com/bragful/ephp, https://github.com/kjnilsson/fez
  11. 2018-03-06 Add http://dist-prog-book.com/chapter/3/message-passing.html, https://github.com/heathermiller/dist-prog-book, http://erights.org, https://wiki.haskell.org/Cloud_Haskell, https://github.com/cromain/cean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment