AstonJ
July 18, 2018, 12:01am
4
kornel_gora:
cloud computing solution
You might find this thread interesting:
kornel_gora:
Can I make AI
From the same thread:
Yes, Erlang is out there in very many places, you just don’t see it. Classic example is RabbitMQ which is written in Erlang but most users aren’t aware of this and also don’t need to know it to use it.
What do think will be powering Skynet?
Seriously though, Elixir is a pretty versatile language and is especially suited things where you need to do lots and lots of things concurrently. What I’ve said about Elixir previously…
I like the analogy where Elixir is the brains (of an app) and other languages can be organs. The brain ties everything together, communicating instructions, receiving messages, interpreting them and then passing on other commands, etc.
The great thing is you can do most things with Elixir/Erlang (with common libraries such as ImageMagick) and only drop into other languages for very specific things when you actually need to; the core of your app, or the overall system, is unlikely to change. It’s one of the reasons I love the Replaceable Component Architecture (and love Elixir for making it so easy).
1 Like