[R] Programming Concepts and Philosophy

hadley wickham h.wickham at gmail.com
Fri Jun 20 14:35:10 CEST 2008


> However, on a more fundamental "programming philosophy" note, the fact
> that R does not allow multiple references to one object is a limitation.
> One of the fundamental principles of good programming is that there
> should be a one-to-one correspondence between instances in the program
> and objects in the "real world" (problem domain etc.), and having no
> references makes achieving this difficult (and quite impossible for
> more complex systems).

This is a principle of object oriented programming, not good
programming in general!

Hadley

-- 
http://had.co.nz/



More information about the R-help mailing list