Julia is a hidden gem Once ecosystem for web dev matures Julia will be the killer lang for building web apps
> Julia will be the killer lang for building web apps That would be fun, but Julia's community aren't web devs. Julia spawned around very specific needs of scientific computing, which is characterised by a short-running daemon or a script-type interpreter. A web server is a long-running process. Not knowledgeable enough about Julia to tell how it lends itself to server uses, but heard hearsay that it's problematic.
It is quite common for scientists and engineers to want to present the findings of their work or share them with others who are non-coders. Thus you get tools like Jupyter, Shiny, Pluto, etc.
There are several long running Julia processes in real applications. While there's no doubt that there is work to be done, the set of these applications is not the null set either.