Go vs Elixir

Depends on how you’re handling jobs in general. If it’s something like Elixir Flow, you use the framework’s system. If you’re just doing one-process background work, use Process.exit/2

Link thx to

Go version 2 has been announced:
https://go.googlesource.com/proposal/+/master/design/go2draft.md

Biggest thing is it adds a generics with concepts style proposal, but other things as well, see the HackerNews threads at:
https://news.ycombinator.com/item?id=17859963

6 Likes