What are the benefits of using ElixirScript over ES6/ES7 and vice versa?

https://elixirscript.github.io/

The mainreason for using any $Lang to JavaScript is to have a syntax that you are used to.

1 Like

Plus it can be quite nice to have code in elixir that runs on both server ‘and’ on the client for interpolation and/or save server round-trips for client-side only stuff (this can be quite useful with drab for example).

2 Likes

One language for all things - personally Elixir is much more better for me. It’s easier using Elixir builtin features rather than looking for framework and thousands of libraries in JavaScript.

2 Likes