computation will run for much longer than it
takes to write the code. Especially when you need
to leverage multiple cores in a non-uniform way, it
is hard to beat.
On the flip side, I find R offers 10-100x faster
prototyping and exploratory data analysis (I mean the human time-on-task)
when you need plotting and/or clustering; and Julia offers
10-100x performance for some models that really benefit from
inlining a computation kernel--Julia can even GPU-ize automatically.
I'm also happy to import Go code into R when needed;