CARVIEW |
Select Language
HTTP/2 200
cache-control: max-age=43200
server: Combust/Plack (Perl)
vary: Accept-Encoding
content-encoding: gzip
content-length: 1488
content-type: text/html; charset=utf-8
last-modified: Sat, 11 Oct 2025 21:22:53 GMT
date: Sat, 11 Oct 2025 21:22:53 GMT
strict-transport-security: max-age=15768000
the new raku.org is really beautiful (and tought about spurt) - nntp.perl.org
Front page | perl.perl6.users |
Postings from September 2025
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About

the new raku.org is really beautiful (and tought about spurt)
Thread NextFrom:
Marc ChantreuxDate:
September 7, 2025 08:52Subject:
the new raku.org is really beautiful (and tought about spurt)Message ID:
aL1Hq6mAVmNcyJdm@prometheushello rakoons, I just gave a look on the new raku.org website and would like to congrat as it's really beautiful. Aside, I saw the example which reminds me an old dicsussion about "spurt parameters should be flipped" and there is a perfect exemple in the homepage: my $content = "example.txt".IO.slurp; # Read file $content ~~ s/Hello/Hi/; # Modify content spurt $filename, $content; # Write back to file which could be writen with "example.txt".IO.slurp { s/Hello/Hi/; spurt $filename, $_ } but it we were able to write this: with "example.txt".IO.slurp { s/Hello/Hi/; .&spurt: $filename; } or if Str had a spurt method: with "example.txt".IO.slurp { s/Hello/Hi/; .spurt: $filename; } regards, -- Marc ChantreuxThread Next
- the new raku.org is really beautiful (and tought about spurt) by Marc Chantreux
- Re: the new raku.org is really beautiful (and tought about spurt) by Elizabeth Mattijsen
- Re: the new raku.org is really beautiful (and tought about spurt) by Marc Chantreux
- Re: the new raku.org is really beautiful (and tought about spurt) by Brian Duggan
- Re: the new raku.org is really beautiful (and tought about spurt) by Marc Chantreux
- Re: the new raku.org is really beautiful (and tought about spurt) by Elizabeth Mattijsen
- Re: the new raku.org is really beautiful (and tought about spurt) by William Michels via perl6-users
- Re: the new raku.org is really beautiful (and tought about spurt) by Elizabeth Mattijsen
- Re: the new raku.org is really beautiful (and tought about spurt) by Marc Chantreux
- Re: the new raku.org is really beautiful (and tought about spurt) by Elizabeth Mattijsen
- Re: the new raku.org is really beautiful (and tought about spurt) by Marc Chantreux
- Re: the new raku.org is really beautiful (and tought about spurt) by Elizabeth Mattijsen
nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About