In which case, why isn't this prominently displayed on the main page? Or why not use a Harvard library URL, which will significantly boost the trust level? Especially vs a CC TLD which are known to be problematic?
Rephrased: ocaml is so flexible that async can be implemented as a library with no special support from the language.
This is the beauty of ocaml (and strongly typed functional languages more broadly)
https://web.archive.org/web/20151107094324/https://www.wired...
[0] http://atomic-skies.blogspot.com/2012/07/those-magnificent-m...
Seen them on the stock market too. Back in my day I wrote a few trading bots, they never went anywhere positive after about a week of profit.
Seems to me now that the smartest robo-trader algorithm is...
10 wait for human mistake...
20 goto 10Not... in a way I'd use as a distribution/release maintainer. Probably as an administrator [of my LAN]
Common distros are very adamant about dynamic linking everything in order to support the use case of "core library has vulnerability, upgrade it in place without rebuilding consuming apps." Along with a desire to avoid "dll hell" and force a single canonical version of every library systemwide. This leads to these sorts of issues.
Windows gets around it by letting applications put the DLLs they care about beside the executable, and having it check there first by default.