Re: Parrot 2.10.1 released!

2010-11-19 Thread Andy Dougherty
is querying the wrong key for a release or parrot is not supplying the correct key, but it ought to be straightened out. -- Andy Dougherty dough...@lafayette.edu

Re: Tying Overloading

2001-04-25 Thread Andy Dougherty
what changes might be in store for how, when, and why we'll be using method calls in perl6 vs. perl5. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: Larry's Apocalypse 1

2001-04-15 Thread Andy Dougherty
. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: Larry's Apocalypse 1

2001-04-12 Thread Andy Dougherty
in that it's very human-readable. More readable than the already-supporrted -M7 ? Do we *really* need a new command-line option that is one character shorter than an existing command-line option that can do exactly the same thing? -- Andy Dougherty [EMAIL PROTECTED] Dept

Re: Larry's Apocalypse 1

2001-04-09 Thread Andy Dougherty
. perl -M6 -e ... -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: Larry's Apocalypse 1

2001-04-06 Thread Andy Dougherty
often have one-liners embedded in larger shell scripts. Most of those survived the perl4-perl5 transition intact. I'd hope the same can be said for the perl5-perl6 transition. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: Auto-install (was autoloaded...)

2001-02-16 Thread Andy Dougherty
. There already is a perl6-build list. Perhaps you can just use that? -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: Why shouldn't sleep(0.5) DWIM?

2001-02-01 Thread Andy Dougherty
On Wed, 31 Jan 2001, Simon Cozens wrote: God gave man two ears and one tongue so that we listen twice as much as we speak. -- Arab proverb ...but alas on the net we have 10 fingers to type but only 2 eyes to read. -- Andy Dougherty [EMAIL PROTECTED

Re: Why shouldn't sleep(0.5) DWIM?

2001-01-31 Thread Andy Dougherty
oving time() from the perl5 core means excising the following from pp_sys.c: PP(pp_time) { djSP; dTARGET; XPUSHi( time(Null(Time_t*)) ); RETURN; } and replacing it by the appropriate auto-loading glue. This is not a big space savings. -- Andy

Re: Why shouldn't sleep(0.5) DWIM?

2001-01-31 Thread Andy Dougherty
not really much to discuss. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: Expunge use English from Perl? (was Re: Perl6Storm: Intent toRFC #0101)

2000-09-28 Thread Andy Dougherty
n to throw it away. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: RFC 208 (v2) crypt() default salt

2000-09-21 Thread Andy Dougherty
I wanted to maintain the same rand() sequence and also use a one-arg crypt(). I will add a note aboput this to the RFC. If there are no other comments, I will freeze it in 24 hours. I agree this is a non-issue for this RFC.[*] -- Andy Dougherty [EMAIL PROTECTED] Dept

Re: RFC 258 (v1) Distinguish packed binary data from printablestrings

2000-09-19 Thread Andy Dougherty
is, of course, a judgment call. I do use the read/unpack/modify/pack/print cycle a fair amount dealing with image data. I guess I'd say working around RFC 258 might be annoying but not painful. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: RFC 226 (v2) Selective interpolation in single quotish context.

2000-09-15 Thread Andy Dougherty
and come up with a nice syntax for a sort of modified here-doc. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: RFC 99 (v3) Standardize ALL Perl platforms on UNIX epoch

2000-09-14 Thread Andy Dougherty
:-). -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: RFC 216 (v1) POD should tolerate white space.

2000-09-13 Thread Andy Dougherty
e's an RFC on that somewhere.) Once either of those solutions is implemented, then then it's a simple matter for pod tools using it instead of $/ (or whatever). Since you made this proposal, would you be willing to pursue either of these options further? -- Andy Dougherty [EMAIL PROTECTED

Re: RFC 114 (v2) Perl resource configuration

2000-09-02 Thread Andy Dougherty
said "If" here--I'm not arguing for or against the proposal) it would be useful to configure perl, then I strongly would argue that such configuration ought to be localized to just a very few files under perl's control. -- Andy Dougherty [EMAIL PROTECTED] Dept. of

Re: Do we really need eq?

2000-08-29 Thread Andy Dougherty
here's any shortcut for actual analysis of the underlying data and algorithms. Andy Dougherty [EMAIL PROTECTED]

Re: RFC 79 (v1) Code which is both executable and POD.

2000-08-09 Thread Andy Dougherty
sted disables #endif ..more disabled code #endif Just hoping that looking at it from another skewed viewpoint may inspire someone, Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042