Hacker News new | ask | show | jobs
by platz 2335 days ago
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/
1 comments

D has a similar ggplot package: https://code.dlang.org/packages/ggplotd
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)