Re: serach.brave.com's AI and Raku

2024-10-10 Thread ToddAndMargo via perl6-users
On 10/10/24 06:28, Timo Paulssen via perl6-users wrote: Make sure to use the use File::Temp statement at the top of your Raku program to enable the File::Temp module. When I followed your link I got a slightly different answer: I copied and pasted the answer into my keeper. Good thing I got

Re: things I miss in Raku (from perl)

2024-10-10 Thread Timo Paulssen via perl6-users
On 10/10/24 00:24, Marc Chantreux wrote: hello People, As I started to write some code again, I gave a talk about "why Raku for the research community" (It's in french, sorry about that). I had positive feedbacks and some questions so I wrote the ones I remembered there: https://git.unistra.fr

Re: serach.brave.com's AI and Raku

2024-10-10 Thread Timo Paulssen via perl6-users
On 10/10/24 12:31, ToddAndMargo via perl6-users wrote: Oh you know it would be helpful to show the results: [...]     Specify a prefix and suffix for the filename: my ($filename, $filehandle) = tempfile(:prefix('foo'), :suffix(".txt")); Note that tempfile returns a tuple containing the filen

Re: serach.brave.com's AI and Raku

2024-10-10 Thread ToddAndMargo via perl6-users
On 10/10/24 02:35, ToddAndMargo via perl6-users wrote: https://search.brave.com/search?q=raku+create+a+tmp+file&summary=1&summary_og=ced5a7fd4f24ebb842c161 Ain't that something! Oh you know it would be helpful to show the results: Raku Create Temporary File Based on the provided search res

serach.rave.com's AI and Raku

2024-10-10 Thread ToddAndMargo via perl6-users
Hi All, Now I usually do not like the results of an AI (Artificial Intelligence), but lately search.brave.com's AI has been giving great results. So I decided to try it out with a Raku function I was looking for: temp files. Take a look at this result: https://search.brave.com/search?q=raku+cr