The past few weeks I have been exploring the speed of R. It started with this video
in which I explained that R is not necessarily slower than any other interpreted language, as long
as you’re using the built-in, optimized functions. However should you write your own implementation
of …