Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
perl6 logo
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Greg Donald  
View profile  
 More options Mar 24 2009, 2:17 pm
From: Greg Donald <gdon...@gmail.com>
Date: Wed, 25 Mar 2009 03:17:40 +0900
Local: Tues, Mar 24 2009 2:17 pm
Subject: [OT] perl6 logo
I thought some of you might find this humorous.

This is my entry into the Perl6 logo contest:

http://static.destiney.com/perl6_logo.png

--
Greg Donald
http://destiney.com/


 
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.
Robert Klemme  
View profile  
 More options Mar 24 2009, 2:51 pm
Newsgroups: comp.lang.ruby
From: Robert Klemme <shortcut...@googlemail.com>
Date: Wed, 25 Mar 2009 03:51:56 +0900
Local: Tues, Mar 24 2009 2:51 pm
Subject: Re: [OT] perl6 logo
On 24.03.2009 19:17, Greg Donald wrote:

> I thought some of you might find this humorous.

> This is my entry into the Perl6 logo contest:

> http://static.destiney.com/perl6_logo.png

A language needs only a logo if it really exists.  I had thought perl6
was only a myth.

;-)

        robert

--
remember.guy do |as, often| as.you_can - without end


 
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.
trans  
View profile  
 More options Mar 24 2009, 2:53 pm
From: trans <transf...@gmail.com>
Date: Wed, 25 Mar 2009 03:53:01 +0900
Local: Tues, Mar 24 2009 2:53 pm
Subject: Re: perl6 logo

On Mar 24, 2:17 pm, Greg Donald <gdon...@gmail.com> wrote:

> I thought some of you might find this humorous.

> This is my entry into the Perl6 logo contest:

> http://static.destiney.com/perl6_logo.png

Many a good snicker, thanks.

T.


 
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.
David Masover  
View profile  
 More options Mar 25 2009, 2:16 pm
From: David Masover <ni...@slaphack.com>
Date: Thu, 26 Mar 2009 03:16:11 +0900
Local: Wed, Mar 25 2009 2:16 pm
Subject: Re: [OT] perl6 logo
Humorous, sure.

Of course, there is one thing even Perl5 does that Ruby doesn't -- it
seems to be much more capable of arbitrary syntax manipulation:

http://search.cpan.org/~smueller/Filter-Simple-0.84/lib/Filter/Simple.pm
http://search.cpan.org/dist/Acme-Lingua-Pirate-Perl/lib/Acme/Lingua/P...

Whether this is a good thing or not is open to debate. Ruby DSLs, as
flexible as they are, still pretty much look like Ruby. That's a
valuable asset -- it means once I have a good understanding of how Ruby
syntax works, a DSL isn't likely to completely surprise me, whereas with
Perl, my source could be run through an arbitrary regular expression.

But it is a limitation, and to duplicate it in Ruby requires games like
eval(some_filter(File.read('foo.rb')))


 
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.
Louis-Philippe  
View profile  
 More options Mar 25 2009, 3:22 pm
From: Louis-Philippe <defa...@spiralix.org>
Date: Thu, 26 Mar 2009 04:22:34 +0900
Local: Wed, Mar 25 2009 3:22 pm
Subject: Re: [OT] perl6 logo

i don't think Perl6 needs any protection,
as much as Ruby doesn't also need any.
Different languages, different communities, different perspectives...

Few things to note in its favor though:
-the redesign is highly influenced by Ruby
-it already has more than one implementations
-one of its implementation, the Pugs, has a great deal more thoughts about
threading than both Ruby and Python
-one other implementation, Rakudo, is part of an initial push on the rosetta
stone multi-language Parrot VM, which if it turns right could also have a
lot of implication for Rubyists.

I find language war is no fun game at all,
collaboration always wins in the end

L-P

2009/3/25 David Masover <ni...@slaphack.com>


 
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.
David Masover  
View profile  
 More options Mar 25 2009, 3:50 pm
From: David Masover <ni...@slaphack.com>
Date: Thu, 26 Mar 2009 04:50:13 +0900
Local: Wed, Mar 25 2009 3:50 pm
Subject: Re: [OT] perl6 logo

Louis-Philippe wrote:
> Few things to note in its favor though:

Versus what?

> -the redesign is highly influenced by Ruby

Ruby _is_ Ruby, so that's a pointless comparison.

> -it already has more than one implementations

So does Ruby. MRI, JRuby, IronRuby, Rubinius, Maglev...

> -one of its implementation, the Pugs, has a great deal more thoughts about
> threading than both Ruby and Python

How so? If the advantage is just the lack of a GIL, JRuby doesn't have a
GIL either.

> -one other implementation, Rakudo, is part of an initial push on the rosetta
> stone multi-language Parrot VM, which if it turns right could also have a
> lot of implication for Rubyists.

Maybe. Except that Ruby is already implemented on several VMs, so this
only really matters if a Ruby-on-Parrot port became mainstream -- and
even then, you'd probably have some people using JRuby.

> I find language war is no fun game at all,
> collaboration always wins in the end

I find language wars are quite fun, done well. It's a kind of
collaboration in its own right -- finding weaknesses in a given language
could be considered constructive criticism.

For instance, one of the biggest complaints about Ruby was that it's
slow. Two responses to that were YARV and Merb. And ultimately, that is
collaboration -- YARV became part of Ruby 1.9, and Merb will merge with
Rails to become Rails 3 / Merb 2.


 
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.
Louis-Philippe  
View profile  
 More options Mar 25 2009, 5:50 pm
From: Louis-Philippe <defa...@spiralix.org>
Date: Thu, 26 Mar 2009 06:50:00 +0900
Subject: Re: [OT] perl6 logo

2009/3/25 David Masover <ni...@slaphack.com>

> Louis-Philippe wrote:

>> Few things to note in its favor though:

> Versus what?

versus nothing, it was a gratis favor note

>  -the redesign is highly influenced by Ruby

> Ruby _is_ Ruby, so that's a pointless comparison.

yes, and Ruby borrowed a lot from Perl, so its good to see some of Ruby
going back to Perl

>  -it already has more than one implementations

> So does Ruby. MRI, JRuby, IronRuby, Rubinius, Maglev...

bravo!!!  I didn't meant to compare it to anything, I am only answering the
previous post that a language needs to lives before having a logo... so now
you know it already has 2 lives.

>  -one of its implementation, the Pugs, has a great deal more thoughts about
>> threading than both Ruby and Python

> How so? If the advantage is just the lack of a GIL, JRuby doesn't have a
> GIL either.

because Pugs is implemented comes from a very evolved and foreign language,
Haskell.  Threading is an old problem, lots of solutions are already there.
You can read the Pugs author's comment on the subject here:
http://www.perlmonks.org/?node_id=580042

>  -one other implementation, Rakudo, is part of an initial push on the
>> rosetta
>> stone multi-language Parrot VM, which if it turns right could also have a
>> lot of implication for Rubyists.

> Maybe. Except that Ruby is already implemented on several VMs, so this only
> really matters if a Ruby-on-Parrot port became mainstream -- and even then,
> you'd probably have some people using JRuby.

I agree, and Parrot is probably not the Holy Grail...  but what if people
made it this way?  especially considering mod_parrot, an all language apache
module, if one day it performs great, that would mean a great simplification
for web deployment...  its is yet to be done, but you never know what people
a capable of when they want it.

>  I find language war is no fun game at all,
>> collaboration always wins in the end

> I find language wars are quite fun, done well. It's a kind of collaboration
> in its own right -- finding weaknesses in a given language could be
> considered constructive criticism.

you're right... but "done well" is the key in here...  gratuitious bashing
does not show this... I'm really not saying you did that, but when you throw
oil at the fire it is not long before the disrespectful brazier emerges.

> For instance, one of the biggest complaints about Ruby was that it's slow.
> Two responses to that were YARV and Merb. And ultimately, that is
> collaboration -- YARV became part of Ruby 1.9, and Merb will merge with
> Rails to become Rails 3 / Merb 2.

totally agree, and this feels like were finally getting somewhere :D

 
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.
End of messages
« Back to Discussions « Newer topic     Older topic »