It's really nice to call ggplot2 from Haskell with inline-r quasiquotation, which is evaluated using an instance of the R interpreter embedded in the binary https://tweag.github.io/HaskellR/
well, somewhat similar unless
you consider the difference between a native port of a library vs shipping actual ggplot commands over to a real instance of R, which is what inline-r does (with some tradeoffs due to that, of course)