Skip to content

Instantly share code, notes, and snippets.

@nivertech
Forked from macintux/erlang-resources.md
Created April 13, 2017 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nivertech/a473e6cfc2980fd07d9ca6f33aa0d9df to your computer and use it in GitHub Desktop.
Save nivertech/a473e6cfc2980fd07d9ca6f33aa0d9df 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment