How to get Digest::MD5

2001-09-15 Thread Matthew Cline
Perl is from 5.700, from a Mandrake. Thanks in advance. -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain

Re: Parrot configure stuff, first stab

2001-09-11 Thread Matthew Cline
On Tuesday 11 September 2001 01:14 am, Simon Cozens wrote: > On Mon, Sep 10, 2001 at 11:42:01PM -0700, Matthew Cline wrote: > > This is a first stab at the configure stuff for Parrot. > Damn, I knew I should have got that mail out last night. Sorry, > Matthew. Well, the au

Parrot configure stuff, first stab

2001-09-10 Thread Matthew Cline
ck for the proper version of Perl (whichever version that might be). I've attached a gziped tar file of configure.in, Makefile.am, plus config/bootsrap. Running config/bootstrap from the top Parrot directory will do all the steps necessary to generate the configure script. --

Re: Math functions? (Particularly transcendental ones)

2001-09-08 Thread Matthew Cline
clueless, but why are "fancy math" operators being included in the opcodes, rather than being callable functions? Does each builtin function have an opcode? -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain

Re: PDD 6: Parrot Assembly Language

2001-09-07 Thread Matthew Cline
(PMC, string, integer, or number) How many registers are the going to be per type? Unlimited? -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain

RFC archive?

2001-02-20 Thread Matthew Cline
What's the URL for the RFC archive? Thanks in advance. -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain

Re: Thought for the day

2001-02-01 Thread Matthew Cline
On Wednesday 31 January 2001 16:03, Dave Storrs wrote: > "I'm sorry for writing you such a long letter; I didn't have time > to write a shorter one." > -- Abraham Lincoln I thought that was a quote by Pascal? -- Matthew Cline

Re: Vtables: what do we know so far?

2001-01-30 Thread Matthew Cline
nce to the XV; this way extensions could handle dereferencing to their data types in weird, special ways. -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain

Re: RFC 270 (v1) Replace XS with the C module as the standard way to extend Perl.

2000-09-21 Thread Matthew Cline
ight C, XS, and Inline. Hmmm There's More Than One Way To Do It? ;-) -- Matthew Cline| Suppose you were an idiot. And suppose that [EMAIL PROTECTED] | you were a member of Congress. But I repeat | myself. -- Mark Twain

Re: RFC 163 (v2) Objects: Autoaccessors for object data structures

2000-09-17 Thread Matthew Cline
On Sun, 17 Sep 2000, Perl6 RFC Librarian wrote: > This example shows how much easier it would have been to write the > example on line 170 of perltoot.pod: > > package Person; > use strict; > > ## > ## the object constructor (simpli

Re: RFC 170 (v1) Generalize =~ to a special-purpose assignment operator

2000-08-29 Thread Matthew Cline
the right. Quite flexible, IMO. This would be bad for someone reading the code, as it would take extra concentration to tell a "~=" from a "=~"; right now, a "=" with a "~", I just know what it is, without having to determine the order. -- Matthew Cline