Re: Anyone here with Sourceforge experience?

2001-08-25 Thread Sam Tregar
On Sat, 25 Aug 2001, Nathan Torkington wrote: > I'd like to keep the code on Sourceforge from the get-go. I don't > have much experience with Sourceforge, though, and would like to talk > to someone who has. Which bits work well? Which bits aren't worth > the effort? Any tips or tricks to pas

Anyone here with Sourceforge experience?

2001-08-25 Thread Nathan Torkington
I'd like to keep the code on Sourceforge from the get-go. I don't have much experience with Sourceforge, though, and would like to talk to someone who has. Which bits work well? Which bits aren't worth the effort? Any tips or tricks to pass on? Thanks, Nat

Re: Something to hash out

2001-08-25 Thread John Siracusa
On 8/25/01 10:37 AM, Dan Sugalski wrote: > I'm currently thinking of using .pasm as the extension for parrot assembly > code, and .pbc for precompiled bytecode. [...] Can anyone think of anything > better? They seem rather lame. I think they're just fine, actually. I like them better than anythi

Re: Something to hash out

2001-08-25 Thread Randal L. Schwartz
> "Dan" == Dan Sugalski <[EMAIL PROTECTED]> writes: Dan> I've got the rudiments of the parrot interpreter and assembler built Dan> and running. (I get around 23M ops/sec on a 700MHz Alpha EV6) I'm Dan> beating it up enough to get it into a reasonably released state, so Dan> while I'm doing th

Re: PDD for the debugger API

2001-08-25 Thread Dan Sugalski
At 03:22 PM 8/18/2001 -0400, Uri Guttman wrote: >i didn't see any references to support debugging an external perl >process. this should be designed in from the beginning, so the debugger >API can be designed to work locally and over a pipe. the pipe can >support an rpc or message interface which

Re: Final, no really, Final draft: Conventions and Guidelines for Perl Source Code

2001-08-25 Thread Dan Sugalski
At 08:11 PM 8/23/2001 -0400, Robert Spier wrote: >Just some brief comments... $0.02 or some such. :) > > The top-level structure of the Perl source tarball should be as > > follows: > > > > /README, etca few top-level documents > > /doc/ Assorted miscellaneous documentation

Re: Something to hash out

2001-08-25 Thread Dan Sugalski
At 06:58 PM 8/25/2001 +0100, Simon Cozens wrote: >On Sat, Aug 25, 2001 at 10:37:35AM -0400, Dan Sugalski wrote: > > I'm currently thinking of using .pasm as the extension for parrot assembly > > code, and .pbc for precompiled bytecode. (Yes, the interpreter loads and > > runs compiled bytecode fro

Re: Something to hash out

2001-08-25 Thread Simon Cozens
On Sat, Aug 25, 2001 at 10:37:35AM -0400, Dan Sugalski wrote: > I'm currently thinking of using .pasm as the extension for parrot assembly > code, and .pbc for precompiled bytecode. (Yes, the interpreter loads and > runs compiled bytecode from disk. Wheee!) Can anyone think of anything > better

Re: musings: write some perl ops in perl

2001-08-25 Thread Dan Sugalski
At 11:37 PM 8/22/2001 +0100, Tim Bunce wrote: >Larry's already said (from memory) that the distinction between ops and >subs should be minimized or eliminated. > >That, together with the desire to keep parrot fairly language netural, >leads naturally to having 'heavy' ops actually be be subs. Yup

Something to hash out

2001-08-25 Thread Dan Sugalski
I've got the rudiments of the parrot interpreter and assembler built and running. (I get around 23M ops/sec on a 700MHz Alpha EV6) I'm beating it up enough to get it into a reasonably released state, so while I'm doing that... I'm currently thinking of using .pasm as the extension for parrot as