Re: Metamodel parent and return values ...

2020-10-30 Thread Paul Procacci
Well I feel dumb. I haven't tried it yet, but that makes sense. It's what I get for working on this in the w hours of the morning. Thanks, Paul On Fri, Oct 30, 2020 at 7:48 AM Timo Paulssen wrote: > On 30/10/2020 07:58, Paul Procacci wrote: > > Here is what I have ... trimmed. > > > > ###

Re: Metamodel parent and return values ...

2020-10-30 Thread Timo Paulssen
On 30/10/2020 07:58, Paul Procacci wrote: Here is what I have ... trimmed. # use JSON::Pretty; use Staticish; unit class MyClass is Static; method client(::?CLASS:D: Str:D $service! --> MyClass) {         my %data := from-json %?R

Metamodel parent and return values ...

2020-10-30 Thread Paul Procacci
Defining classes outside of raku I'm designing a program that would be easiest to have classes created at runtime. I've been reading the following page: https://docs.raku.org/type/Metamodel::ClassHOW While I believe creating the class itself is working, I'm unsure where it's documented abou