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:
Hi wizards, I have a question. Which programming paradigm does R handle? . Iam looking for this information but I didn't found nothing. Thanks in advance. personal web site: http://www.geocities.com/ricardo_rios_sv/index.html -- personal web site: http://www.geocities.com/ricardo_rios_sv/index.html
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.