ElixirScript vs Nim
When comparing ElixirScript vs Nim, the Slant community recommends Nim for most people. In the question“What is the best programming language to learn for backend developers?” Nim is ranked 22nd while ElixirScript is ranked 25th. The most important reason people chose Nim is:
Nim gains portability and optimization because it compiles to C, which offers a lot of choices from modern C compilers.
Specs
Ranked in these QuestionsQuestion Ranking
Pros

Pro Clear syntax
Uncluttered, yet unambiguous syntax

Pro Excellent community
The Elixir community has proved to be welcoming and very supportive.
Pro Great for concurrency
Leverages the existing Erlang BEAM VM
Pro More familiar syntax
All of the benefits of Erlang; without as steep a learning curve of prolog based syntax. Elixir is heavily inspired by Ruby's syntax which many people love.
Pro Great documentation
Elixir's documentation is very good. It covers everything and always helps solving any problem you may have. It's also always available from the terminal.
Pro Great portability and optimization
Nim gains portability and optimization because it compiles to C, which offers a lot of choices from modern C compilers.
Pro Python-like syntax
Readable, clean and familiar to Python developers.
Pro Cross-platform
Works on Windows, macOS, and Linux.
Cons
