|
|
|
|
|
by bevr1337
332 days ago
|
|
I'm of the opinion that Erlang/Elixir are terrible for repeat tasks like a standard CRUD server over a SQL database. Because yes, it IS cumbersome! Behaviors and type hints only get so far, and it is exhaustingly slow to sit with epgsql in the REPL to figure out what a query actually returns. I find them much better suited for specific tasks where there is little overlap or repetition. |
|