The SF Perl Raku Study Group, at 1pm this Sunday, the 16th

2020-08-14 Thread Joseph Brenner
"The world is full of magical things patiently waiting for our wits to grow sharper." [1] Time for another Raku study group: https://us02web.zoom.us/j/86928085691?pwd=bWZ5TzNWbFlTaFpOWVloU3NXUEIrdz09 Password: 4RakuRoll Note: we're experimenting with an earlier start time, 1pm California

Re: Place for examples in a Raku module?

2020-08-14 Thread Darren Duncan
I would put the examples folder at the root level of the distro, as a peer to lib and a peer to the tests folder. -- Darren Duncan On 2020-08-13 9:25 p.m., Stuart Hungerford wrote: Hi, I'd like to add some example modules to a Raku module I'm working on. These are not strictly tests, nor

Re-exporting modules that export operators...

2020-08-14 Thread Stuart Hungerford
Hi, I'm using the technique described in this thread https://stackoverflow.com/questions/61179586/use-haskell-like-prelude-modules-in-a-module-in-raku to re-export module sub-trees in a project. One of these re-export modules also exports an infix operator. The others only export classes and

Re: Place for examples in a Raku module?

2020-08-14 Thread JJ Merelo
Hi, El vie., 14 ago. 2020 a las 6:25, Stuart Hungerford (< stuart.hungerf...@gmail.com>) escribió: > Hi, > > I'd like to add some example modules to a Raku module I'm working on. > These are not strictly tests, nor stand-alone scripts, but modules of > compilable code that show suggested ways to