Yeah, I do use R a lot, though the last time I tested it, raw computation speed wasn't its biggest strength. A huge win for R would be a threaded implementation (I think there's work being done on this?), seeing how it already has a very parallel computation friendly syntax.
R is pretty cumbersome to use from Perl though, I think I like the C approach better in this case.