Re: RFC 228 (v1) Add memoize into the standard library

2000-09-15 Thread Dave Storrs
On Fri, 15 Sep 2000, Bart Lateur wrote: > On 15 Sep 2000 02:09:23 -, Perl6 RFC Librarian wrote: > > >A version of Memoize.pm should be added into the Perl6 standard > >library, and it should be added as a pragmatic module (i.e. memoize.pm). > > I would rather have a flag when generating t

Re: RFC 289 (v1) Generate module dependencies easily

2001-09-01 Thread Dave Storrs
How would this handle code and/or packages that are generated at run time? Or would that be another caveat? Dave On Fri, 31 Aug 2001, Steve Simmons wrote: > > Perl6 should ship with a simple utility that shows all modules a program > > uses, and all modules those modules use. > > Presumably