This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: eval'ing a self-referential vector


Jim Blandy <jimb@red-bean.com> writes:

> scm_copy_tree should probably detect circularities.

Yeah, the user level `copy-tree' should detect circularities.

But, if you write a tortoise and hare for `copy-tree', then please let
eval.c use the tortoise-and-hare-free version.

/mdj