79557308

Date: 2025-04-05 17:28:25
Score: 1
Natty:
Report link

With Raku/Sparrow this is just:

begin:
machine api.mydomain.com
:any:
end:

code: <<RAKU
!raku
for streams().value -> $s {
   say $s<>[0]<data>;
   say $s<>[1]<data>;
}
RAKU
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alexey Melezhik