Hacker News new | ask | show | jobs
by lallysingh 3401 days ago
I'm not a big Python fan, frankly. But R is painful enough for me to keep looking around. Right now my workflow is to do all my data processing in another language and just use R for plotting.
2 comments

With dplyr & purrr, if you can't find a DSL in R that works for you, the odds are you'll need lisp or Haskell to satisfy you.
With the Apache Arrow project, my understanding is that there will be an opportunity for languages like R, Python w/Pandas to share in-memory dataframe structures. I could imagine a future world where much tighter interaction with languages like lisps or Haskell.
Haskell is what I use.
Base R is painful. dplyr isn't.
True, but 90% of the work in most data processing is before you can use dplyr or the rest of the tidyverse.