[R] Lisp-like primitives in R

Gabor Grothendieck ggrothendieck at gmail.com
Thu Sep 6 20:30:51 CEST 2007


Reduce, Filter and Map are part of R 2.6.0.  Try ?Reduce

On 9/6/07, Chris Elsaesser <chris.elsaesser at spadac.com> wrote:
> I mainly program in Common Lisp and use R for statistical analysis.
>
> While in R I miss the power and ease of use of Lisp, especially its many
> primitives such as find, member, cond, and (perhaps a bridge too far)
> loop.
>
> Has anyone created a package that includes R analogs to a subset of Lisp
> functions?
>
>
> Chris Elsaesser, PhD
> Principal Scientist, Machine Learning
> SPADAC Inc.
> 7921 Jones Branch Dr. Suite 600
> McLean, VA 22102
>
> 703.371.7301 (m)
> 703.637.9421 (o)
>
> ______________________________________________
> 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.
>



More information about the R-help mailing list