I found some of the perl 6 new features really neat:
- creating your own type
- type casting
- junctions
- multidispatch
- :r:w:a shortcuts
- hyper operators
- some kind of oop keywords
But there are some changes in the grammar which
benefits aren't that obvious :
1- $str1 ~ $str2
2- $life = (!
Moritz Lenz wrote:
cdumont wrote:
1- $str1 ~ $str2
The '+' suggests numerical addition (and requires disambiguation in the
case of $str + $number - should $str be interpreted as a number, or
$number as a string?).
The . is already taken by method calls (used far more often), and is
e
cdumont writes:
> there are some changes in the grammar which benefits aren't that
> obvious :
Hi there. For some of these the benefit is indirect: it isn't that it
makes the feature in question easier to use; instead it enables _other_
features.
> 1- $str1 ~ $str2
> I do not really understand
On Fri, 30 Nov 2007 03:57:58 -0700, David Green wrote:
> Part of a solution is search.cpan.org -- if you can figure out which
> of the 870 XML modules will be useful to you. Another part is asking
> on newsgroups or lists -- if you can figure out which of the 870
> opinions offered is knowledge
Smylers wrote:
cdumont writes:
there are some changes in the grammar which benefits aren't that
obvious :
Hi there. For some of these the benefit is indirect: it isn't that it
makes the feature in question easier to use; instead it enables _other_
features.
1- $str1 ~ $str2
I d
cdumont writes:
> Smylers wrote:
>
> > cdumont writes:
>
> > > The given ... when doesn't seem to bring that much from switch ...
> > > case given ...
> >
> > Surely it brings all of it? Plus much more as well. Much of the
> > power is in the smart-matching, which enables many different sort
Peter Scott writes:
> I do feel strongly that we need some sort of solution to this so that
> Perl 6 is not merely an outstanding framework that leaves all
> domain-specific extensions to the end user.
OK.
> Can we find a way to make and maintain some recommendations in a way
> that people can f
On Mon, Dec 03, 2007 at 12:20:02PM +, Smylers wrote:
> cdumont writes:
> > I don't really think using the column in a ternary means that you
> > cannot use it else where.
>
> We started off with that, and it was changed specifically because it was
> causing a problem; I can't remember exactly
On Mon, Dec 03, 2007 at 07:30:53PM +0900, cdumont wrote:
> Moritz Lenz wrote:
>
>> cdumont wrote:
>>
>>> 1- $str1 ~ $str2
>>>
>>
>> The '+' suggests numerical addition (and requires disambiguation in the
>> case of $str + $number - should $str be interpreted as a number, or
>> $number as a st
On Sat, Oct 06, 2007 at 04:00:18PM -0500, brian d foy wrote:
: This is basically the same question I had about file test operators
: earlier
: (http://www.nntp.perl.org/group/perl.perl6.language/2007/04/msg27415.htm
: l). I never got an answer on my syntax question and the discussion went
: off to
Author: larry
Date: Mon Dec 3 15:55:10 2007
New Revision: 14470
Modified:
doc/trunk/design/syn/S02.pod
doc/trunk/design/syn/S05.pod
Log:
Mention that Int assumes 2's complement semantics when viewed via bitops.
Modified: doc/trunk/design/syn/S02.pod
==
Patrick R. Michaud wrote:
On Mon, Dec 03, 2007 at 12:20:02PM +, Smylers wrote:
cdumont writes:
I don't really think using the column in a ternary means that you
cannot use it else where.
We started off with that, and it was changed specifically because it was
causing a prob
Smylers wrote:
cdumont writes:
Smylers wrote:
cdumont writes:
The given ... when doesn't seem to bring that much from switch ...
case given ...
Surely it brings all of it? Plus much more as well. Much of the
power is in the smart-matching, which enables many diff
Larry Wall wrote:
>On Mon, Dec 03, 2007 at 07:30:53PM +0900, cdumont wrote:
>
>
>>Moritz Lenz wrote:
>>
>>
>>
>>>cdumont wrote:
>>>
>>>
>>>
1- $str1 ~ $str2
>>>The '+' suggests numerical addition (and requires disambiguation in the
>>>case of $str + $numb
oh, it might not be relevant in many ways but :
http://iamseb.com/seb/2007/12/perl-on-rails-why-the-bbc-fails-at-the-internet/
http://www.bbc.co.uk/blogs/radiolabs/2007/11/perl_on_rails.shtml
There's one thing I would like perl6 to shine in, is web and open source.
I know it's not the purpose o
In a message dated Tue, 4 Dec 2007, cdumont writes:
oh, it might not be relevant in many ways but :
http://iamseb.com/seb/2007/12/perl-on-rails-why-the-bbc-fails-at-the-internet/
http://www.bbc.co.uk/blogs/radiolabs/2007/11/perl_on_rails.shtml
There's one thing I would like perl6 to shine in,
Trey Harris wrote:
In a message dated Tue, 4 Dec 2007, cdumont writes:
oh, it might not be relevant in many ways but :
http://iamseb.com/seb/2007/12/perl-on-rails-why-the-bbc-fails-at-the-internet/
http://www.bbc.co.uk/blogs/radiolabs/2007/11/perl_on_rails.shtml
There's one thing I would
At 2:51 PM +0900 12/4/07, cdumont wrote:
Sorry.
Where can I find a mailing list that is about Perl 6 in general then?
Thank you.
I would recommend that [EMAIL PROTECTED] is the best place to talk
about these things, out of the official Perl 6 lists that I know of.
-- Darren Duncan
Darren Duncan wrote:
At 2:51 PM +0900 12/4/07, cdumont wrote:
Sorry.
Where can I find a mailing list that is about Perl 6 in general then?
Thank you.
I would recommend that [EMAIL PROTECTED] is the best place to talk
about these things, out of the official Perl 6 lists that I know of.
--
Trey Harris wrote:
The very notions of "enterprise" use and "open source" use and "web"
use are so amorphous that it is hard to imagine core language
features that would foster or discourage them. A language is an
ecosystem, and it's hard to argue that Perl has done poorly in any of
the thr
20 matches
Mail list logo