One of the poster's on the SO post I linked to previously suggested this but if '+' were made to be S4 compliant, then adding the ability to concat strings with '+' would be a relatively simple addition (no pun intended) to the code base I believe. With a lot of other languages supporting this kind of concatenation, this is what surprised me most when first learning R.
This is where my (lack of) experience in R starts to show and why I brought up the question about performance. I'm wondering how bad performance would be effected by making '+' (or all arithmetic operators in general) S4 compliant. Josh Bradley On Tue, Jun 16, 2015 at 8:35 PM, Gábor Csárdi <csardi.ga...@gmail.com> wrote: > On Tue, Jun 16, 2015 at 8:24 PM, Hervé Pagès <hpa...@fredhutch.org> wrote: > [...] > > > > If I was to override `+` to concatenate strings, I would make it stick > > to the recycling scheme used by arithmetic and comparison operators > > (which is the most sensible of all IMO). > > Yeah, I agree, paste's recycling rules are sometimes painful. This > could be "fixed" with a nice new '+' concatenation operator, too. :) > > Gabor > > > H. > > [...] > [[alternative HTML version deleted]] ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel