Skip to content
Prev 35135 / 63424 Next

PROTECT and OCaml GC.

Simon Urbanek a ?crit :
Reading R-exts,

-1- I believe it would be a good idea to put an example with CONS and 
LCONS in section 5.11.

-2- Building a LANGSXP list with tags from arguments needs invocations 
of CONS LCONS SET_TAG and install. While this is not exactly to my 
taste, using install is really not to my taste since it checks the 
symbol table and eventually creates a symbol. Isn't there a way to 
create a tag without using install over and over? A macro that simply 
sets the tag to whatever CHARSXP might be useful?