coneill-math / m2r

Macaulay2 interface for R
5 stars 5 forks source link

Add pointers for "shared memory" effect #229

Closed coneill-math closed 5 years ago

coneill-math commented 5 years ago

Allow the user to "connect" R and M2 variables that should maintain the same value, and m2r can update these values before/after each call to m2(). If done correctly, it would behave as if the variables share the same memory.

Some thins to note.

coneill-math commented 5 years ago

Duplicate of #230 .