Newsgroups: perl.perl6.language
From: brian.d....@gmail.com (Brian D Foy)
Date: Tue, 01 May 2007 10:04:50 -0500
Local: Tues, May 1 2007 11:04 am
Subject: Current file name used by $*ARGS filehandle
Is there going to be a Perl 6 equivalent to $ARGV (the current filename This is something I wanted to use in an example in the Learning Perl 6 You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: perl.perl6.language
From: la...@wall.org (Larry Wall)
Date: Tue, 1 May 2007 10:40:30 -0700
Local: Tues, May 1 2007 1:40 pm
Subject: Re: Current file name used by $*ARGS filehandle
On Tue, May 01, 2007 at 10:04:50AM -0500, brian d foy wrote: : Is there going to be a Perl 6 equivalent to $ARGV (the current filename : for the ARGV filehandle)? Hmm, well, we did away with unsigiled filehandles, and renamed @ARGV Larry You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: perl.perl6.language
From: brian.d....@gmail.com (Brian D Foy)
Date: Tue, 01 May 2007 20:48:25 -0500
Local: Tues, May 1 2007 9:48 pm
Subject: Re: Current file name used by $*ARGS filehandle
In article <20070501174030.GA7...@wall.org>, Larry Wall
<la...@wall.org> wrote: $ARGS.name seems reasonable enough, and the method could be very handle > On Tue, May 01, 2007 at 10:04:50AM -0500, brian d foy wrote: > : Is there going to be a Perl 6 equivalent to $ARGV (the current filename > : for the ARGV filehandle)? > Hmm, well, we did away with unsigiled filehandles, and renamed @ARGV for other things that use filehandles too. However, until it shows up in a synopsis, I'll assume you're just thinking aloud rather than making a decision. :) You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| ||||||||||
Newsgroups: perl.perl6.language
From: a...@shitov.ru (Andrew Shitov)
Date: Thu, 3 May 2007 14:06:43 +0400
Local: Thurs, May 3 2007 6:06 am
Subject: Is Perl 6 too late?
=HI!
To avoid any uncertainty: the subject is a parody for similar discussion on perl6-internals@ about Parrot. =FOREWORD Even worse: today there is no way to speed up the interpreter - it is =EXPLANATION Current Pugs have options to compile the programme into several You can But you cannot later do this: Standalone parrot does not help. =WHAT IS TO BE DONE It will change the status of 'conception' and 'project' =CUT Thank you for understanding :-) -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: perl.perl6.language
From: chroma...@wgz.org (Chromatic)
Date: Fri, 11 May 2007 14:48:05 -0700
Local: Fri, May 11 2007 5:48 pm
Subject: Re: Is Perl 6 too late?
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: perl.perl6.language
From: m...@gedankenkonstrukt.de (Thomas Wittek)
Date: Mon, 14 May 2007 00:42:30 +0200
Local: Sun, May 13 2007 6:42 pm
Subject: Re: Is Perl 6 too late?
chromatic schrieb:
> On Thursday 03 May 2007 03:06:43 Andrew Shitov wrote: And to attract contributors, you have to have a convincing vision. >> What is nedded is a very simple step: > Contributors. I'm not sure, if the (current) Perl6 specs are convincing enough to attract the developers out there. Sure there are a lot of great ideas. But imho Perl6 still has quite some deficiencies, that are criticized very often for Perl5. <digressing> I'm only a distant observer of the Perl6 design process, so I might not As Ruby and Python are getting more and more attraction [1][2] I think What makes Perl hard to read is the excessive use of special characters Additionally I'm not a friend of sigils: Typing them is relatively I would also like semicolons to be optional. There are far more cases of Some say that there are too much operators in Perl(6). I partially I could continue on that, but I've already written too much... [1] http://radar.oreilly.com/archives/2007/05/state_of_the_co_6.html </digressing> People not only want code that _is_ sexy, but they also want it to -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: perl.perl6.language
From: mor...@casella.verplant.org (Moritz Lenz)
Date: Mon, 14 May 2007 00:15:40 +0100
Local: Sun, May 13 2007 7:15 pm
Subject: Re: Is Perl 6 too late?
Thomas Wittek wrote: I think they are ;-) > chromatic schrieb: >> On Thursday 03 May 2007 03:06:43 Andrew Shitov wrote: >>> What is nedded is a very simple step: >> Contributors. > And to attract contributors, you have to have a convincing vision. > But I also think that there is a great opportunity to make _big_ changes I don't think that there is space for the changes you are implying in > to Perl to be even more competitive. the following paragraphs. Small changes are acceptable, of course. > But maybe Perl6 is probably too far defined to encounter big changes in Right ;-) > some critical aspects. > As Ruby and Python are getting more and more attraction [1][2] I think I disagree: The make it look ugly, but not hard to read. > they do something right, that Perl doesn't. > What I think where both (especially Python) do better is in readable code. > What makes Perl hard to read is the excessive use of special characters > Global variables with cryptic names, that no beginner can make any sense Well, most of them are gone or renamed to more readable ones in p6. > of by reading it. And after not working with "$<" for some months I > can't remember it either, although I've got quite some Perl experience. > Additionally I'm not a friend of sigils: Then you shouldn't program in perl. Really. > I would also like semicolons to be optional. Most people don't ;-). > I really like the Python way of doing it: Set the variables type on the Well, if you like the python way, feel free to code in python. > assignment and remember it. The (fewer) operators now work according to > the type of the operands. No implicit (and error prone) type casting. > That way seems to be the best compromise of easiness and type safety. Perhaps some day it will be possible to mix them: use python; Don't get me wrong, there's nothing bad in writing some critics, but Cheers, -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: perl.perl6.language
From: m...@gedankenkonstrukt.de (Thomas Wittek)
Date: Mon, 14 May 2007 12:51:53 +0200
Local: Mon, May 14 2007 6:51 am
Subject: Re: Is Perl 6 too late?
Moritz Lenz schrieb:
>> What makes Perl hard to read is the excessive use of special characters Even if it's "only" ugly: To what advantage? I don't think ugliness is a >> (/\W/). > I disagree: The make it look ugly, but not hard to read. good characteristic of a programming language. >> Global variables with cryptic names, that no beginner can make any sense I hope so. I could only find the counterparts for __PACKAGE__ etc. in >> of by reading it. And after not working with "$<" for some months I >> can't remember it either, although I've got quite some Perl experience. > Well, most of them are gone or renamed to more readable ones in p6. S02. I didn't find the one for e.g. $<. >> Additionally I'm not a friend of sigils: Reason? I still haven't seen a good justification for sigils. > Then you shouldn't program in perl. Really. To allow arrays and scalars and subs to have the same name (besides the sigil) although they have different content? No good idea I think. I also can't remember that I ever named a variable like a "reserved word" or operator. And even if I could, I'd consider it to be bad style. >> I would also like semicolons to be optional. Oh, really? Source? :) > Most people don't ;-). I think they were invented to allow easier parsing and not easier coding. E.g. in JavaScript, Python, Ruby and Groovy they are optional or even don't exist. As I said, there are much more cases where you wouldn't need them but have to write them than vice versa. Optional semicolons save keystrokes, eye pain and stupid syntactic errors. And if you still like them, you could just use them, which is the definition of "optional". >> I really like the Python way of doing it: Set the variables type on the Oh, if I didn't like Perl, why should I care about posting my ideas here? >> assignment and remember it. The (fewer) operators now work according to >> the type of the operands. No implicit (and error prone) type casting. >> That way seems to be the best compromise of easiness and type safety. > Well, if you like the python way, feel free to code in python. Perl has stolen the largest part of the language from other languages. Why not do so again by adopting good ideas. > Don't get me wrong, there's nothing bad in writing some critics, but Admittedly I'm much too late and I didn't expect applause for my critics > yours is impossible to realize in Perl 6 -- but at least I hoped to get a discussion based on arguments. > and therefore are it's hard to call it constructive. Unfortunately I already thought this. Even if everyone agreed that -- You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: perl.perl6.language
From: a...@hexten.net (Andy Armstrong)
Date: Mon, 14 May 2007 12:11:05 +0100
Local: Mon, May 14 2007 7:11 am
Subject: Re: Is Perl 6 too late?
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
Newsgroups: perl.perl6.language
From: a...@hexten.net (Andy Armstrong)
Date: Mon, 14 May 2007 12:32:39 +0100
Local: Mon, May 14 2007 7:32 am
Subject: Re: Is Perl 6 too late?
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2013 Google |