|
|
|
|
|
by mike1o1
325 days ago
|
|
I've been using Elixir for about a year on a side project and I've been enjoying it more than any other backend I've used (Node, Rails and C#). I recently discovered Ash and I feel like after that initial learning curve my productivity (and code quality) has improved quite a bit. I wish Elixir had more mindshare beside just LiveView and "real time" type functionality. Even building a GraphQL/JSON endpoint without real-time requirements, the functional nature (no side effects), pattern matching and ruby inspired syntax makes writing plain old JSON controllers a joy. While Elixir might not have a package for every use case under the sun, the low level primitives are there. |
|
It's like Rails except that there's much more resources for Rails to find if you made a mistake in the DSL