Re: wxWidgets nativecall

2018-11-27 Thread Timo Paulssen
I haven't looked at wxwidgets with perl6, and the last time I used it was with python many moons ago. But I think the "AST converter" you're refering to is probably App::GPTrixie - https://github.com/Skarsnik/gptrixie If you have more questions, feel free to ask on the mailing list, or on Stack

Re: How to use sub/method 'dir'

2018-11-27 Thread Brad Gilbert
On Mon, Nov 26, 2018 at 6:26 PM Trey Harris wrote: > > > > On Mon, Nov 26, 2018 at 04:56 Fernando Santagata > wrote: >> >> On Sun, Nov 25, 2018 at 5:34 PM Brad Gilbert wrote: >>> >>> The reason `dir('a', test => { .IO.d })` doesn't work like you expect >>> is that it is passed strings. >> >>

Re: How to use sub/method 'dir'

2018-11-27 Thread Fernando Santagata
I can only argue that since the function's name 'dir' reminds a shell level command, and 'ls a' and 'dir a' work in a certain way, I was expecting that the function 'dir' worked in the same way, following the Principle of Least Surprise :-) On Tue, Nov 27, 2018 at 1:37 AM Trey Harris wrote: > >