Specific use cases
Non OOP paradigm
Naive syntax
No so big community
Lack of libs
Pros / Cons
https://www.erlang-solutions.com/
https://synrc.com/
https://github.com/tapsters
https://github.com/erlangbureau
Slide 10
Slide 10 text
Low level thinking!
Functional
Fast
Robust
Expressive syntax
Endless running apps
Update code on a fly
Own Scheduler
Processes based architecture
Supervisor tree
No shared memory
Pros / Cons
Slide 11
Slide 11 text
Hey, did you heard about FP?
Slide 12
Slide 12 text
High order functions
Lambda functions
Separation data and functions
Immutable
Lazy
Tail recursion
Algebraic data types
Pattern matching
Functional
https://twitter.com/nikitonsky
http://tonsky.me/talks/2015-frontendconf/
http://tonsky.me/talks/2015-codefest/