new JEP: DeepClone API

Birke Heeren info at birkeheeren.de
Thu Nov 16 18:05:22 UTC 2023


idea (How do I learn to do this?)

clazz deepclone = new DeepClone().do(object_to_be_copied);

class DeepClone
clazz do (clazz object_to_be_copied)
{
return new PerlDecoder().do(new PerlEncoder().do(object_to_be_copied));
}

JSON can be cloned by copying

perl deepclones through JSON

all programming languages deepclone through perl

https://padlet.com/dornrose_art/ivrit


More information about the core-libs-dev mailing list