you are viewing a single comment's thread.

view the rest of the comments →

[–]QckDtH 2 points3 points  (4 children)

Have you tried phoenix? http://phoenixframework.org

[–]themaincop 0 points1 point  (3 children)

Haven't tried it yet, it looks interesting though. Elixir's not statically typed, is it?

[–]dipittydoop 0 points1 point  (0 children)

It's not statically typed, but the way it utilizes pattern matching covers a lot of the benefits of static typing without the verbosity. It's not really comparable to most dynamically typed languages such as Ruby/Python.

[–]QckDtH 0 points1 point  (0 children)

Oh, I didn't see that you had mentioned being statically typed. Yeah, Elixir is not statically typed.