How to set the content of a closure cell?
问题 The following question shows how to create a closure cell object, in order to programmatically construct functions with closures. However, there's a chicken-and-egg problem here where I need to create the cells to create the function, but I may not be able to finalize the values I want the cells to have until after the function is created. (As a mad example, what if I want to put the function itself in one of its cells?) Is there a way to set the cell_contents of a cell? I tried assigning to