Skip to content
Prev 106788 / 398526 Next

Which programming paradigm does R

Its object oriented inspired by the  Dylan language and Scheme.  Some additional
information is available in this thread:
https://stat.ethz.ch/pipermail/r-help/2003-July/036437.html

There are also a number of packages which layer other programming
language models on top of R:

- R.oo provides for conventional OO
  http://www.maths.lth.se/help/R/R.oo/

- proto provides for the prototype programming model (i.e. classless OO)
  http://hhbio.wasser.tu-dresden.de/projects/proto/
On 12/31/06, Ricardo Rios <alfilnegro.sv at gmail.com> wrote: