Skip to content

Instantly share code, notes, and snippets.

@macintux
Last active October 7, 2023 06:49
Show Gist options
  • Save macintux/6349828 to your computer and use it in GitHub Desktop.
Save macintux/6349828 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 VMs

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)

Similar research topics

History

Papers

Erlang

Actor model (and similar)

Process calculus

Communicating Sequential Processes (CSP)

π-calculus

Misc

Slide decks

@unbalancedparentheses
Copy link

I am creating a website like http://superherojs.com/ but for erlang. I will copy some links from this gist. You can check my progress on: https://github.com/pyotrgalois/spawnedshelter/blob/master/README.md

@vhf
Copy link

vhf commented May 6, 2014

Hi, resrc.io author here. Yep we have some Erlang content. Please free to add some more.

@eao197
Copy link

eao197 commented Feb 3, 2016

Hi! I have found your list searching Google for "actor model C++". I think the list of actor model implementations for C++ can be extended. There are not only CAF but also:
Just::Thread Pro
SObjectizer
QP
These frameworks are live and still involve but not as famous as CAF. And I think that QP is much more stable and much more widely used.

@macintux
Copy link
Author

Thanks @eao197, have added SObjectizer and QP, but not Just::Thread Pro since it doesn't fall under the rubric of "free" online resources.

@jchassoul
Copy link

Awesome work on this list of resources, my only pledge it's give Lua some love luerl not some inspired sintax it's the real thing, Lua inside the BEAM VM! (=

@macintux
Copy link
Author

@jchassoul Done, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment