Elixir vs Scala - LUDWIK BUKOWSKI

preview_player
Показать описание


---

ELIXIR VS SCALA
by Ludwik Bukowski

ABSTRACT
Both Scala and Elixir take advantage of functional programming concepts and provide the right tools for building highly concurrent, scalable and distributed systems.
One can wonder which of the two is a better choice for a certain use case, especially when it comes to compute-intensive tasks - like machine learning algorithms.
As engineers, we prefer concrete numbers to all the buzzwords, so we load tested a simple pattern recognition app implemented in both technologies. Join our talk to see the results!

---

THE SPEAKER - LUDWIK BUKOWSKI
Erlang/Elixir Software Developer

Ludwik is an Elixir enthusiast who works as a software developer at Erlang Solutions.

---

CODE SYNC & CODE BEAM SF 2020

CODE SYNC

#Elixir #Macros #CodeBEAMSF
Рекомендации по теме
Комментарии
Автор

I don’t think they have developed d a lot in Scala if they start off with “object-oriented.”

More like how Scala was used (abused?) by Java developers in 2011.

thegeniusfool
Автор

For this reason the golang is the most language that makes sense to me.
Native code
Message passing and user space thread like Actor model and combining it with k8s and nats make it cross nodes distributed actors like

RealShabana