Skip to content
Prev 164092 / 398503 Next

R and Scheme

A few comments interspersed.
On Mon, Dec 8, 2008 at 5:59 PM, Stavros Macrakis <macrakis at alum.mit.edu> wrote:
Environments can be used to create separate name spaces.

R packages can use the NAMESPACE file to set up their own namespace.
True although there is callCC but it just lets you jump right of a nested
sequence of calls.
Call by need?
You can create them. See:

Programmer's Niche: Macros in R
http://cran.r-project.org/doc/Rnews/Rnews_2001-3.pdf
a[1] is not 999 after the above completes (if that is what is meant by
a[1] => 999):
[1]  1  2  3  4  5  6  7  8  9 10
You can do this:

http://finzi.psych.upenn.edu/R/Rhelp02a/archive/36820.html
???