Elixir: first look
I don't have a clear impression about Elixir language yet. I don't like it has Ruby like syntax, but do like it has pipe operator and macros. So, Fibonacci:
It executes in about 13 seconds which is on pair (even faster for unknown reason) with Erlang, no surprises here.- D (GDC) - 0.990
- C# - 1.26
- D (DMD) - 1.3
- C++ - 1.33
- F# - 1.38
- Nemerle - 1.45
- Rust - 1.66
- Go - 2.38
- Haskell - 2.8
- Clojure - 9
- Elixir - 13
- Erlang - 17
- Ruby - 60
- Python - 120
Comments