Medium conducted an interview with some Erlang guy, and one of the questions was:
In the past we had to create a few clients and console applications. Python and Ruby were great for building them quickly. However not being able to easily generate standalone binaries for each OS and architecture is a shortcoming of those languages. We are testing Nim and Go since they have good cross compilation and library support. Have you tried them? Could OCaml be a good alternative?
:)
@rku It's always hit-or-miss. py2exe will occasionally end up with screwed DLLs, PyInstaller can occasionally crash, and cx_freeze-generated binaries always gave weird ImportErrors for me.
Hit-or-miss. Very hit-or-miss.