Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
Xliff jnthn: Have you ever thought of the posibility of programmatically adding routes to a Cro router? 02:01
jnthn: (I know you are probably in bed, now. Hope for a lively discussion on this whenever you have the time)
jnthn: Actually using a slurpy hash worked a treat! 03:32
jnthn Xliff: That's kinda what cro.services/docs/reference/cro-op...definition does 09:48
See github.com/croservices/cro-openapi...definition for the implementation 09:49
Xliff jnthn: Oh, yes. You did mention that to me. I hadn't had a chance to look. 11:17
Thanks for the suggestion!
So, I have a basic application server I'm writing for $dayJob 11:18
It's turning out, nicely.
It's Cro-based.
jnthn Cool :) 11:25
Basically the Cro router deals in Raku signatures, so the current constraint is that you have to produce one of those. Given RakuAST will make that easier than today, and it's possible today anyway, then I think that's probably fine. 11:26
Xliff Yep. I've been really familiarizing myself with signatures. 11:31
jnthn: Do you think that RakuAST will help with creating usable function pointer types for NativeCall? 11:32
I really would like to simplify my other projects and that's one of the big issues remaining.
jdv i'm seeing cro::zeromq tests instability 20:48
anyone else see that?
see github.com/rakudo/rakudo/issues/5006 20:52