Re: [PATCH] MANIFEST tweaking

2002-03-13 Thread Melvin Smith
At 06:47 PM 3/13/2002 -0500, Simon Glover wrote: > Enclosed patch updates the manifest to match reality. > > Simon Applied, thanks. -Melvin

[PATCH] MANIFEST tweaking

2002-03-13 Thread Simon Glover
Enclosed patch updates the manifest to match reality. Simon --- MANIFEST.oldWed Mar 13 18:43:05 2002 +++ MANIFESTWed Mar 13 18:43:43 2002 @@ -56,6 +56,7 @@ docs/pdds/pdd11_extending.pod docs/pdds/pdd12_assembly.pod docs/pdds/pdd13_bytecode.pod +docs/pdds/pdd14_bignum.pod docs

Re: open and read not compatible!

2002-03-13 Thread Melvin Smith
At 01:49 PM 3/13/2002 -0500, Dan Sugalski wrote: >At 4:51 PM + 3/11/02, Simon Cozens wrote: >>One of them takes a FILE*, one takes a file descriptor... > >read predates the Parrot I/O system. Fix in the works. (Potentially done >by now) I committed a couple of read ops for the PIO stuff. It

Re: Re-inventing Perl

2002-03-13 Thread Simon Cozens
Robert Eaglestone: > At what point could Perl6 development begin? A couple of weeks ago. Keep up in the back there! I've started prototyping the tokeniser, and I need to sit down and sketch out the grammar. Once that happens, we can work out where to go from there. -- I forgot that I was *that*

RE: Argument to init

2002-03-13 Thread Brent Dax
Dan Sugalski: # At 2:51 PM + 3/13/02, Tim Bunce wrote: # >On Wed, Mar 13, 2002 at 09:03:13AM -0500, Dan Sugalski wrote: # >> I like the fact that we're adding an arg to init to # decide how big to # >> make the resulting PMC. It got me to thinking, though. # Perhaps we'd # >> be even better

Re: Re-inventing Perl

2002-03-13 Thread Dan Sugalski
At 1:30 PM -0600 3/13/02, Robert Eaglestone wrote: >Ok, I'm impatient. Forgive me for saying: > >At what point could Perl6 development begin? Some's done now. Look at the miniperl in the source tree. >But surely some bits of perl can be strung soon? Will there >be perl development in parallel

Re: open and read not compatible!

2002-03-13 Thread Dan Sugalski
At 4:51 PM + 3/11/02, Simon Cozens wrote: >One of them takes a FILE*, one takes a file descriptor... read predates the Parrot I/O system. Fix in the works. (Potentially done by now) -- Dan --"it's like this"--

Re: Re-inventing the wheel [was RE: Why not gmp? [was Re: pdd14-- bignums] ]

2002-03-13 Thread Dan Sugalski
At 1:10 PM +0200 3/13/02, Shlomi Fish wrote: >Fine, let me ask this: why we're doing it ourselves instead of using gmp? gmp's license-incompatible with perl and parrot. -- Dan --"it's like this"--- Dan

Re: Argument to init

2002-03-13 Thread Dan Sugalski
At 2:51 PM + 3/13/02, Tim Bunce wrote: >On Wed, Mar 13, 2002 at 09:03:13AM -0500, Dan Sugalski wrote: >> I like the fact that we're adding an arg to init to decide how big to >> make the resulting PMC. It got me to thinking, though. Perhaps we'd >> be even better served if we passed in some

Re-inventing Perl

2002-03-13 Thread Robert Eaglestone
Ok, I'm impatient. Forgive me for saying: At what point could Perl6 development begin? I know, Larry's not done with his Pocky-plickses, and Parrot is but an infant. But surely some bits of perl can be strung soon? Will there be perl development in parallel with parrot development? Rob -- DrĂ¢

Re: Re-inventing the wheel [was RE: Why not gmp? [was Re: pdd14 -- bignums] ]

2002-03-13 Thread Melvin Smith
Simon Cozens

Re: Argument to init

2002-03-13 Thread Melvin Smith
At 02:51 PM 3/13/2002 +, Tim Bunce wrote: >On Wed, Mar 13, 2002 at 09:03:13AM -0500, Dan Sugalski wrote: > > I like the fact that we're adding an arg to init to decide how big to > > make the resulting PMC. It got me to thinking, though. Perhaps we'd > > be even better served if we passed in s

Re: Argument to init

2002-03-13 Thread Tim Bunce
On Wed, Mar 13, 2002 at 09:03:13AM -0500, Dan Sugalski wrote: > I like the fact that we're adding an arg to init to decide how big to > make the resulting PMC. It got me to thinking, though. Perhaps we'd > be even better served if we passed in something a bit more complex. > > We are, after all

Argument to init

2002-03-13 Thread Dan Sugalski
I like the fact that we're adding an arg to init to decide how big to make the resulting PMC. It got me to thinking, though. Perhaps we'd be even better served if we passed in something a bit more complex. We are, after all, likely to get something like this at the perl level: my Str @foo

Re: Re-inventing the wheel [was RE: Why not gmp? [was Re: pdd14 -- bignums] ]

2002-03-13 Thread Alex Gough
[Wed, Mar 13, 2002 at 01:10:43PM +0200: Shlomi Fish] > On Wed, 13 Mar 2002, Brent Dax wrote: > > > *After* you've answered those three questions, proceed to ask why we're > > doing it ourselves instead. > > > > Fine, let me ask this: why we're doing it ourselves instead of using gmp? >From

Re: Re-inventing the wheel [was RE: Why not gmp? [was Re: pdd14 -- bignums] ]

2002-03-13 Thread Simon Cozens
Shlomi Fish: > Fine, let me ask this: why we're doing it ourselves instead of using gmp? If you'd think about the answers to Brent's questions, you'd know. Simon -- God gave man two ears and one tongue so that we listen twice as much as we speak. -- Arab proverb

Re-inventing the wheel [was RE: Why not gmp? [was Re: pdd14 --bignums] ]

2002-03-13 Thread Shlomi Fish
On Wed, 13 Mar 2002, Brent Dax wrote: > Shlomi Fish: > # Question: why can't we link against GNU's GMP to provide us > # with those big > # number facilities? Is there any reason we need to re-invent the wheel? > # (except to make Parrot self-contained and non dependent on > # anything else, > #

Re: Why not gmp? [was Re: pdd14 -- bignums]

2002-03-13 Thread Simon Cozens
Brent Dax: > When asking why we don't use external tool or library X, first answer > three questions: Perfect. I think this should go in the FAQ. Simon -- Writing software is more fun than working.

RE: Why not gmp? [was Re: pdd14 -- bignums]

2002-03-13 Thread Brent Dax
Shlomi Fish: # Question: why can't we link against GNU's GMP to provide us # with those big # number facilities? Is there any reason we need to re-invent the wheel? # (except to make Parrot self-contained and non dependent on # anything else, # which, IMO, is not a very good cause) When asking wh