in reply to
[Raku] Trying to get Red see the schema
It seems https://github.com/FCO/Red/blob/master/examples/alive/Schema.rakumod has the same problem as your code. I'll fix that example (that was written before `:api<2>`). About the:
model Log {...} model Person {...}
[download]
That's the raku way to use a class/model before defining it, raku parses it in only 1 pass.
Comment on
Re: [Raku] Trying to get Red see the schema
Download
Code
In Section
Seekers of Perl Wisdom