Re: BUILD and TWEAK

2020-07-21 Thread Vadim Belman
Oh, and the thing I forgot to mention: contrary to BUILD and TWEAK, DESTROY is invoked by underlying backend VM. I.e. by MoarVM, or JVM, or JS because only the VM knows when exactly an object cease to exists. Best regards, Vadim Belman > On Jul 21, 2020, at 4:53 AM, Richard Hainswo

Re: BUILD and TWEAK

2020-07-21 Thread Vadim Belman
out a common name for all of them. But I don't remember if there was any consensus reached. In either case, 'constructors' and 'destructors' terms are commonplace. > > 2) What actually calls these submethods? With some level of simplification I can say th

BUILD and TWEAK

2020-07-21 Thread Richard Hainsworth
Trying to update the documentation on submethod TWEAK - there is nothing. But the documentation should be accurate and not confusing. So some questions: In a loop or program, things like BUILD or LEAVE or FIRST are called 'phasers'. By analogy, during the 'build' process of instantiating an