What don't you like about Julia for "serious work"?

It’s not so much about the number of keywords but about garbage collection, dynamic code generation, and other things requiring runtime support. For sufficiently restricted subsets of Julia it is already possible (but not very polished) to do static compilation to small binaries. See e.g. Successful Static Compilation of Julia Code for use in Production.

2 Likes