|
|
|
|
|
by freefrancisco
1238 days ago
|
|
I would use IHP, it's basically Haskell On Rails using nix and Postgres, and it all works out of the box. You can autogenerate code for controllers, schema, views, etc. and have a running app in 15 minutes. You can then hack on the code and with ghcid you can always make sure your code is correct as you make changes. I used it for a project recently and I found it much better than rails, python, elixir, and node for this purpose. I am not even considering Java or C because those are not for MVPs. |
|