Re: Where do I find Proc in the src code?
[email protected] (ToddAndMargo via perl6-users) Fri, 7 Nov 2025 23:46:01 -0800
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <[email protected]> |
On 11/7/25 1:27 PM, ToddAndMargo via perl6-users wrote: > On 11/7/25 1:45 AM, Peter Pentchev wrote: >> On Thu, Nov 06, 2025 at 08:29:31PM -0800, ToddAndMargo via perl6-users >> wrote: >>> Hi All, >>> >>> https://github.com/rakudo/rakudo/tree/main/src/core.c/Proc >>> >>> has proc::async but not Proc. >>> >>> Where do I find the source code for Proc? >> >> https://github.com/rakudo/rakudo/blob/main/src/core.c/Proc.rakumod >> >> G'luck, >> Peter >> > > > Thank you! I have been looking over the source code for Proc.rakumod. It is absolutely elegant. And so well laid out that even I can understand what is happening. And that is saying something. It is mind blowing how well it is done. And it explains things just by its layout better then the documentation. This is not the first time I have gone to the source code and had an AH-HA moment. My hat is off to the developers. I could not duplicate their skill in five lifetimes. What??? Okay maybe six.