On Mon, Nov 17, 2025 at 11:44 PM ToddAndMargo via perl6-users <perl6-
[email protected] <mailto:[email protected]>> wrote:
On 11/17/25 8:25 PM, ToddAndMargo wrote:
> And start simple again.
> No showing off until AFTER all the basics have
> been discussed.
Don't expect those reading the docs to understand
every other aspect of Raku.
On 11/18/25 7:35 AM, Will Coleda wrote:
https://docs.raku.org/ <https://docs.raku.org/>
shows different types of documentation available, including:
* Type reference
* Language reference
* Tutorials
Sounds like you'd like a tutorial: looking through the tutorial section,
I find a tutorial already exists covering run, Proc, Proc::Async:
https://docs.raku.org/language/ipc <https://docs.raku.org/language/ipc>
- Inter-process communication / Programs running other programs and
communicating with them.
Whereas the type reference pages like https://docs.raku.org/type/Proc
<https://docs.raku.org/type/Proc> are going to be an overview of the
object along with the laundry list of methods available.
Cheers
Hi Will,
I actually wrote my own tutorial (keeper) on "run".
And just discovered a boo-boo of my own in it that
I will have to fix.
I was trying to encourage Richard to write up his
methods explanations as he is a talented technical
writer.
-T