Skip to content

list assignment syntax?

2 messages · ivo welch, Bert Gunter

#
I finally got around to posting my list of R gripes on a blog at
http://ivo-welch.blogspot.com/2012/04/r-annoyances-and-gripes.html .
I did put in some time, but I do not expect anyone to read it.  it was
more for myself.  still, if you are curious, I would love to hear
where I got it wrong and where I got it right.

regards,

/iaw
----
Ivo Welch (ivo.welch at gmail.com)
On Sat, Mar 31, 2012 at 8:35 AM, ivo welch <ivo.welch at gmail.com> wrote:
#
Ivo:

The primary source of your problems appears to be:

"Unfortunately, for a generic programming language, R still lacks some sugar."

R is **not** a generic programming language, nor was it ever meant to
be one. Have you read Chambers's et al books? R was designed as a
language for data analysis and graphics, not as a general programming
language.

This is not to say that some of your gripes/suggestions may not be
useful. I did not go through them in any detail, but a couple of them
at least seemed related to your misunderstanding above.

Cheers,
Bert
On Tue, Apr 3, 2012 at 4:29 PM, ivo welch <ivo.welch at gmail.com> wrote: