Re: The Perl 6 Emulator (made easier)

2001-06-30 Thread Simon Cozens
On Sat, Jun 16, 2001 at 04:06:10PM +0100, Simon Cozens wrote: > http://simon-cozens.org/hacks/perl6.tar.gz More examples, strict.pm, and *finally* support for properties. A modified version of Damian's binary tree program from the exegesis is included. Now you can do some *real* Perl 6 hacki

Re: ~ for concat / negation (Re: The Perl 6 Emulator)

2001-06-25 Thread James Mastros
From: "Nathan Wiger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2001 4:41 PM Subject: ~ for concat / negation (Re: The Perl 6 Emulator) > Does anyone else see a problem with =~ ? Plus, it makes the > pre-plus-concat

Re: ~ for concat / negation (Re: The Perl 6 Emulator)

2001-06-22 Thread Dan Sugalski
At 05:17 AM 6/22/2001 -0700, Benjamin Stuhl wrote: > > In summary: > > > >1. I don't like ~ for concat > > > >2. But if it does become concat, then we still > > shouldn't > > change ~'s current unary meaning > > > > > > Thanks for listening. > > > > -Nate > >I agree completely. Howev

Re: ~ for concat / negation (Re: The Perl 6 Emulator)

2001-06-22 Thread Benjamin Stuhl
> In summary: > >1. I don't like ~ for concat > >2. But if it does become concat, then we still > shouldn't > change ~'s current unary meaning > > > Thanks for listening. > > -Nate I agree completely. However, this is no longer really a topic for -internals, it's really a pure

~ for concat / negation (Re: The Perl 6 Emulator)

2001-06-21 Thread Nathan Wiger
* Simon Cozens <[EMAIL PROTECTED]> [06/14/2001 15:16]: > > OK, I've been teasing people about this for weeks, and it's time to stop. > This is the current state of the Perl 6 emulator; it applies most things > that Damian talked about in his keynote yesterday, and most

Re: ~ for concat / negation (Re: The Perl 6 Emulator)

2001-06-21 Thread Graham Barr
On Thu, Jun 21, 2001 at 01:41:28PM -0700, Nathan Wiger wrote: > * Simon Cozens <[EMAIL PROTECTED]> [06/14/2001 15:16]: > > > > OK, I've been teasing people about this for weeks, and it's time to stop. > > This is the current state of the Perl 6 emulator; i

Re: The Perl 6 Emulator (made easier)

2001-06-16 Thread Simon Cozens
OK, some updates on this, if you're not already bored with it. Firstly, I've put the whole thing together in a little tarball so you don't have to apply patches yourself. This should make it a damned sight easier for y'all to play with it. Get it from http://simon-cozens.org/hacks/perl6.tar.g

Re: The Perl 6 Emulator

2001-06-15 Thread Simon Cozens
What I'd *really* like to do to make this useful is to put together a set of example programs so that we can bundle it all together and have something to show. I'd like to be able to take this to non-perl6-* people to give them a sneak-preview of the language too; for that to be worthwhile, they n

Re: The Perl 6 Emulator

2001-06-14 Thread Jarkko Hietaniemi
> (ftp://ftp.iki.fi/pub/perl/snap), compile it first so you get a Makefile ftp://ftp.funet.fi/pub/languages/perl/snap/ -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen

The Perl 6 Emulator

2001-06-14 Thread Simon Cozens
OK, I've been teasing people about this for weeks, and it's time to stop. This is the current state of the Perl 6 emulator; it applies most things that Damian talked about in his keynote yesterday, and most of the things I've picked up in perl6-language. It does: $a ~ $b