Replies: 4 comments 2 replies
-
In the time that I have used elixir (about 2-3 years), I never used hot code reloading. :) It's a cool feature, but the as far as I can tell not many people are using it (at least in the elixir community). It also does not fit a containerized deployment workflows. I agree it would be a cool, but it's not a must-have for me ;) |
Beta Was this translation helpful? Give feedback.
-
The hot reloading is very useful, and we use it a lot, and is a feature that Erlang has over Go. It would be great if it could be implemented in Ergo and would greatly improve Ergo's competitiveness. |
Beta Was this translation helpful? Give feedback.
-
If you want to add plugin, you will not be able to use this feature under windows |
Beta Was this translation helpful? Give feedback.
-
I used a lot hot reload for my Elixir app (blockchain node). It fact it was one of the main reason to rewrite our app in Elixir (coming from Go). But nowadays to implement it in Golang maybe I would use technologies like WebAssembly this could be a smart move in terms of adoption and easiness of use. |
Beta Was this translation helpful? Give feedback.
-
One of the coolest features in the BEAM VM is hot reloading. Not sure how often is used, but it definitely the coolest one. What if we create something similar in the Ergo Framework? Golang provides 'plugin' out of the box. There are a lot of controversial opinions about this feature in terms of stability and limitations. Please share your experience with it. How it was? Painfully? Usefully?
20 votes ·
Beta Was this translation helpful? Give feedback.
All reactions