Re: REPL / Linenoise question (backslashes)

2021-07-20 Thread Brian Duggan
On Monday, July 19, William Michels via perl6-users wrote: > I don't see how the Raku REPL knows how to cycle from taking input at its > prompt and moving to the read/evaluate step. This currently happens when the parser throws one of these exceptions: X::Syntax::Missing X::Comp::FailGoal

Re: Why does .new initialize?

2021-07-20 Thread William Michels via perl6-users
Possibly relevant StackOverflow question: "Why does constraining a Perl 6 named parameter to a definite value make it a required value?" https://stackoverflow.com/questions/48166325/why-does-constraining-a-perl-6-named-parameter-to-a-definite-value-make-it-a-req On Mon, Jul 19, 2021 at 10:00 AM