Talk:Deepcopy: Difference between revisions

→‎Tcl: clarify what oo::copy copies
(→‎Tcl: clarify what oo::copy copies)
Line 9:
: Updated text: This can be via a built-in procedure or operator, a function from a common library (provide reference/link), or a procedure written in the language itself.
:* If this is written in the language, describe or show how this works (possibly by including source if copyrights allow or by other means).
 
==Tcl==
 
# The point of deep copying, as I see it, is to make independent mutable (or identity-bearing) objects (can we work this into the task description?), so I think the first part of the Tcl example should be just removed as there is no point.
# It isn't made clear that oo::copy is (or isn't) a ''deep'' copy of object graphs; I request an explanation of what oo::copy copies, per the task requirements.
—[[User:Kevin Reid|Kevin Reid]] 22:50, 18 July 2011 (UTC)