Group: comp.lang.functional · Group Profile · Search for Pointer Scheme in comp.lang.functional
Author: kennheinrich
Date: Aug 25, 2008 22:02
...a C implementation, it's pretty trivial to malloc() a structure, leave some pointers set to NULL in the interim, then just update the pointers when the time is right. But this is clearly not a "functional"... SML, and find myself thinking of implementing more or less the same scheme, but since it's SML, using combinations of OPTION datatypes and references....
|