This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ugexe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-07-21T10:21:31Z #raku <melezhik> wayland76: thanks for that. Looks like spitsh is not maintained any more, I remember I even did something for this project few years ago. Anyways . With regards to your latest post “Raku: Pathways …” these are all reasonable thoughts - thanks and thanks for mentioning Sparrow by the way, yep it does not have a dedicated web site, but there is https://sparrowhub.io which provides some information |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
next |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
old=2023.02 <a b c 1 2 3>.duckmap({ $_ + 1 }).say |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
old=2024.01 say (1,2,3).are(Int) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
old=2021.12 new=2022.02 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
old=2020.01 new=2022.02 my uint8 @foo = 1,2,3; my int $bar = @foo[1]; say $bar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
releases my uint8 @foo = 1,2,3; my int $bar = @foo[1]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-07-11T18:53:04Z #raku <SmokeMachine> librasteve: but Cromponent works already with templates?! If I’m not misremembering, It adds a method on your component class with your template already compiled making you own class it’s “repository” and when using it as a sub/macro it works exactly the same me way Cro template modules are suggested to be created… |
NewerOlder