Ask a Question related to PERL Beginners, Design and Development.
-
Dan Anderson #1
When is Perl 6 coming out?
I saw a book on Perl 6 but I didn't think it was out yet. When is it
coming out, and will it support code from 5.0+?
Thanks,
Dan
Dan Anderson Guest
-
Where are all these fonts coming from?
I'm using InDesign CS2. I know there are at least 14 fonts that live in the system /fonts folder that I can't move, but I have other fonts showing in... -
Changes coming with 4.0.4?
Klaus Read your post again. I believe the word upgrade appears, not update. Glass houses? Fraser -
When is the new version of DW Coming out?
Has anyone heard speculation on when MM will release a new version of DW? I hope the php support is improved. -
I'm Coming Back as I\'m - why?
When I send text in a textbox to the server and retrieve into a PHP var, I'm comes back as I\'m - what is causing this slash and how can I get rid... -
Coming Out Of The Shadows
I saw this topic somewhere on this forum, but can't find it now. The following link was recommended for improving areas in shadow...... -
Rob Hanson #2
RE: When is Perl 6 coming out?
> When is it coming out
The usual answer is "when it is done".
It is far from completion, but a lot of progress has been made. My guess is
beta in a year... but nobody really knows, and there is no schedule for it.
The goal is to do it right, even if it means a very long development cycle.
Yes.> and will it support code from 5.0+?
Rob
-----Original Message-----
From: Dan Anderson [mailto:dan@mathjunkies.com]
Sent: Wednesday, November 12, 2003 10:54 AM
To: Perl Beginners
Subject: When is Perl 6 coming out?
I saw a book on Perl 6 but I didn't think it was out yet. When is it
coming out, and will it support code from 5.0+?
Thanks,
Dan
--
To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
For additional commands, e-mail: [email]beginners-help@perl.org[/email]
Rob Hanson Guest
-
Wiggins D Anconia #3
Re: When is Perl 6 coming out?
The standard OSS answer probably applies here, "it will be out, when its> I saw a book on Perl 6 but I didn't think it was out yet. When is it
> coming out, and will it support code from 5.0+?
>
out"...
I assume you probably saw O'Reilly's Perl 6 Essentials?
[url]http://www.oreilly.com/catalog/perl6es/[/url]
I am about 3/4 of the way through it and have found it an excellent
resource for finding out what the plans are in Perl 6 and where it stood
at one paused moment in time, the book also does a fair job of
explaining where things will change because Perl 6 is so fresh.
There are also a number of places online to find out what Perl 6 will
look like, as well as about Parrot.
[url]http://perl.com/pub/q/Article_Archive#Perl%206[/url] (naturally) has an
article archive that contains summaries of the happenings in the mailing
lists, as well as past Apocalypses, etc.
Also check out:
[url]http://dev.perl.org/perl6/[/url]
[url]http://www.parrotcode.org/[/url]
And the various mailing lists at [url]http://lists.perl.org[/url]
[url]http://danconia.org[/url]
Wiggins D Anconia Guest
-
Dan Anderson #4
RE: When is Perl 6 coming out?
> It is far from completion, but a lot of progress has been made. My guess is
That doesn't make me think very highly of O'Reilly if they /already/> beta in a year... but nobody really knows, and there is no schedule for it.
> The goal is to do it right, even if it means a very long development cycle.
have a copy of a book on Perl 6 in stores.
-Dan
Dan Anderson Guest
-
Randal L. Schwartz #5
Re: When is Perl 6 coming out?
>>>>> "Dan" == Dan Anderson <dan@mathjunkies.com> writes:
Dan> That doesn't make me think very highly of O'Reilly if they /already/
Dan> have a copy of a book on Perl 6 in stores.
Quite the contrary, I'll suggest. The people who wrote the Perl 6
book are deeply involved in the core of creating Perl 6. It's meant
to be a book of "here's where we are at" for those who are trying to
follow along. I think the goal is to update it frequently.
O'Reilly is very smart for getting a Perl6 book by key people out there.
Nothing to be negative about it.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
Randal L. Schwartz Guest
-
Dan Anderson #6
Re: When is Perl 6 coming out?
> O'Reilly is very smart for getting a Perl6 book by key people out there.
My apologies then. I thought it might be the *final* book -- i.e. half> Nothing to be negative about it.
bake -- like all too many computer books which come out based on alpha
and beta versions.
-Dan
Dan Anderson Guest
-
Km #7
Re: When is Perl 6 coming out?
Hi all,
i am just curious -- is perl 6 coming with a compiler ?
thanks,
regards,
KM
On Wed, Nov 12, 2003 at 07:53:17PM -0800, Randal L. Schwartz wrote:>> >>>>> "Dan" == Dan Anderson <dan@mathjunkies.com> writes:
> Dan> That doesn't make me think very highly of O'Reilly if they /already/
> Dan> have a copy of a book on Perl 6 in stores.
>
> Quite the contrary, I'll suggest. The people who wrote the Perl 6
> book are deeply involved in the core of creating Perl 6. It's meant
> to be a book of "here's where we are at" for those who are trying to
> follow along. I think the goal is to update it frequently.
>Km Guest
-
R. Joseph Newton #8
Re: When is Perl 6 coming out?
Dan Anderson wrote:
You object to the idea of hitting the ground running?>> > It is far from completion, but a lot of progress has been made. My guess is
> > beta in a year... but nobody really knows, and there is no schedule for it.
> > The goal is to do it right, even if it means a very long development cycle.
> That doesn't make me think very highly of O'Reilly if they /already/
> have a copy of a book on Perl 6 in stores.
Joseph
R. Joseph Newton Guest
-
Thomas bätzler #9
RE: When is Perl 6 coming out?
km <km@mrna.tn.nic.in> asked:
That depends on your definition of compiler.> i am just curious -- is perl 6 coming with a compiler ?
It certainly has a compiler that creates byte code, just
as all of the current Perl versions. I don't know wether
it will have a compiler like PerlEx bundled.
What I know is that Perl 6 will have a cleaner separation
of compiler and virtual machine. In fact, Perl 6 and its
virtual machine Parrot are developed by different teams.
HTH,
Thomas
Thomas bätzler Guest
-
Wiggins D Anconia #10
Re: When is Perl 6 coming out?
Please don't top post...
This is a rather vague post, how do you really mean?> Hi all,
> i am just curious -- is perl 6 coming with a compiler ?
Essentially it is just not that simple, which is why the book is a good
resource for people to find out what Perl 6 is really all about, as it
is about much more than just a language with an interpreter...
Check out the links I provided in my other post for better information
about Perl 6. Specifically the article archive, but read from the bottom
up....
[url]http://danconia.org[/url]
Wiggins D Anconia Guest
-
Dan Anderson #11
Re: When is Perl 6 coming out?
> You object to the idea of hitting the ground running?
No...actually I replied to another poster on this matter. Sometimes
computer books come out based on an Alpha or Beta version -- which is
nice unless there have been significant changes, in which case it can be
a confusing waste of money.
-Dan
Dan Anderson Guest
-
Dan Anderson #12
Re: When is Perl 6 coming out?
> Hi all,
Yup, and from what somebody else posted it looks to be sweet:> i am just curious -- is perl 6 coming with a compiler ?
> thanks,
> regards,
> KM
[url]http://www.parrotcode.org/[/url]
-Dan
Dan Anderson Guest
-
Randal L. Schwartz #13
Re: When is Perl 6 coming out?
>>>>> "Km" == Km <km@mrna.tn.nic.in> writes:
Km> i am just curious -- is perl 6 coming with a compiler ?
Why would they remove a feature already available since Perl 1?
Perl has *always* been compiled. Recent Perls even let you get
at it a bit easier.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
Randal L. Schwartz Guest
-
Rob Dixon #14
Re: When is Perl 6 coming out?
Randal L. Schwartz wrote:
:[snip]>> >>>>> "Km" == Km <km@mrna.tn.nic.in> writes:
> Km> i am just curious -- is perl 6 coming with a compiler ?
>
> Why would they remove a feature already available since Perl 1?
I think you and I both know what Km means by a 'compiler'.
Did your first train ride come with an 'engine'?
Rob
Rob Dixon Guest
-
Randal L. Schwartz #15
Re: When is Perl 6 coming out?
>>>>> "Rob" == Rob Dixon <rob@dixon.port995.com> writes:
Km> i am just curious -- is perl 6 coming with a compiler ?Rob> [snip]>>
>> Why would they remove a feature already available since Perl 1?
Rob> I think you and I both know what Km means by a 'compiler'.
No. I don't we can possibly know precisely what is meant without
elaboration.
Hence, I'll answer the answer that matters the most to me. :)
Most people that want a "compiler" (in the sense of creating an
executable) either aren't paying attention, or have nefarious schemes
in mind. So, I'll answer the answer that actually fits the Perl
world.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
Randal L. Schwartz Guest
-
Paul Johnson #16
Re: When is Perl 6 coming out?
On Sat, Nov 15, 2003 at 11:19:44AM -0800, Randal L. Schwartz wrote:
Those who've not been paying attention will be pleased to know that one>> >>>>> "Rob" == Rob Dixon <rob@dixon.port995.com> writes:
> Km> i am just curious -- is perl 6 coming with a compiler ?>> >>
> >> Why would they remove a feature already available since Perl 1?
> Rob> [snip]
>
> Rob> I think you and I both know what Km means by a 'compiler'.
>
> No. I don't we can possibly know precisely what is meant without
> elaboration.
>
> Hence, I'll answer the answer that matters the most to me. :)
>
> Most people that want a "compiler" (in the sense of creating an
> executable) either aren't paying attention, or have nefarious schemes
> in mind. So, I'll answer the answer that actually fits the Perl
> world.
of those nefarious Parrot hackers has extended parrot to emit an
executable, with the help of a grant from those miscreants at The Perl
Foundation.
So it would appear that the answer to the question is that it already
does, on certain platforms, and insofar as there is a Perl 6.
--
Paul Johnson - [email]paul@pjcj.net[/email]
[url]http://www.pjcj.net[/url]
Paul Johnson Guest
-
Rob Dixon #17
Re: When is Perl 6 coming out?
Randal L. Schwartz wrote:
Nobody asked for your precise knowledge. In fact Perl's whole thesis>>> >>>>> "Rob" == Rob Dixon <rob@dixon.port995.com> writes:
> Km> i am just curious -- is perl 6 coming with a compiler ?>> >>
> >> Why would they remove a feature already available since Perl 1?
> Rob> I think you and I both know what Km means by a 'compiler'.
>
> No. I don't we can possibly know precisely what is meant without
> elaboration.
is opposite to that idea. The DWIM semantics are core to the whole
concept.
Sorry, but I can't grasp this one at all! Aren't paying attention> Hence, I'll answer the answer that matters the most to me. :)
>
> Most people that want a "compiler" (in the sense of creating an
> executable) either aren't paying attention, or have nefarious schemes
> in mind. So, I'll answer the answer that actually fits the Perl
> world.
to what? And what sort of nefarious schemes? Aren't we in danger
of driving Perl under ground here? :)
Just to pick the remainder of your nits, a compiler traditionally
creates an object file. A linker will then form an executable image
out of those parts. That's still very much a valid model: how nice it
would be to compile a.pl and b.cpp and assemble c.asm and then just
link the three with all necessary libraries! But then it wouldn't
be the language that it is.
Here's to symbiotic nit-picking!
Cheers,
Rob
Rob Dixon Guest
-
Randal L. Schwartz #18
Re: When is Perl 6 coming out?
>>>>> "Rob" == Rob Dixon <rob@dixon.port995.com> writes:
Rob> Just to pick the remainder of your nits, a compiler traditionally
Rob> creates an object file.
That's only *one* meaning of the word. And it's the meaning least
appropriate in the Perl world. :)
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
Randal L. Schwartz Guest



Reply With Quote

