|
|
|
|
|
by bryanwb
4691 days ago
|
|
elixir doesn't have a mature framework like Rails, but I could easily see using Elixir for things that I would use sinatra for. Key Advantages:
* better performance
* easier to write services that stay up thanks to OTP
* better memory management The common strength that elixir shares w/ Ruby is that is also very expressive |
|