Hacker News new | ask | show | jobs
by enraged_camel 2107 days ago
No, Elixir does not aim to be a general-purpose language. It is built for a virtual machine that greatly excels at distributed, fault-tolerant systems.
1 comments

Are you sure about that? I heard Jose say that they did aim for it to be general purpose during a talk at ElixirConf last week.
there are degrees of general purpose. I think the point is "more general purpose than just web servers". That it excels at high-end embedded is part of the point. Should you sue it for low-end embedded? Probably not.
That may be the case, but I don't know how it can beat Go's ability to build executables for any platform, or Python's ubiquity.
I don't think it'a trying to do that. It has its own merits and a number of great use cases. Being general purpose doesn't mean that it needs to compete head to head on cross platform scripting tasks.