Remove 'new' keyword from cell #40

Open
opened 2025-07-03 13:56:11 +00:00 by john · 0 comments
Owner

Instead of object.create and new, only object.create. And probably call it something else like clone.

Consider using the true clone from Self. Right now it can take a long time to do a real clone. Having clone be a language level feature - one which does a precise exact (shallow) copy of an object - could be useful

Instead of object.create and new, only object.create. And probably call it something else like clone. Consider using the true clone from Self. Right now it can take a long time to do a real clone. Having clone be a language level feature - one which does a precise exact (shallow) copy of an object - could be useful
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: john/cell#40
No description provided.