Re: release?

2015-12-28 Thread Amir E. Aharoni
My understanding is that the happy and long-awaited release announcement was done on Christmas out of tradition of announcing Perl releases on Christmas, that it means that the specification of the language is now declared as (fairly) stable, but the implementation is a different matter. In practi

Re: Logo considerations

2009-03-24 Thread Amir E. Aharoni
2009/3/24 Larry Wall : > http://www.wall.org/~larry/camelia.pdf > Intended or not, the smiley is a nice tribute to Audrey and her lovely style of presentations. -- Amir Elisha Aharoni heb: http://haharoni.wordpress.com | eng: http://aharoni.wordpress.com cat: http://aprenent.wordpress.com | rus

[perl #64032] perl6.exe not functioning on Cygwin

2009-03-20 Thread Amir E. Aharoni (via RT)
# New Ticket Created by Amir E. Aharoni # Please include the string: [perl #64032] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=64032 > `cat build/PARROT_REVISION' : 37414 `./perl6 -v' : This is Rakudo Per

filing a ticket

2009-03-20 Thread Amir E. Aharoni
Hi, I wanted to file a couple of tickets about Rakudo. Unfortunately, i couldn't find instructions for doing it anywhere at www.rakudo.org or dev.perl.org/perl6/ . So how do i do it? -- Amir Elisha Aharoni heb: http://haharoni.wordpress.com | eng: http://aharoni.wordpress.com cat: http://apren

rakudo on cygwin

2009-01-20 Thread Amir E. Aharoni
Is there a rakudo package for cygwin? There's parrot and parrot-languages, but none of them seems to include anything that looks like "rakudo" or "perl6". Do i have to build it myself to try it? Or didn't i look well enough? Thanks in advance. -- Amir Elisha Aharoni heb: http://haharoni.wordp

Re: pluralization idea that keeps bugging me

2008-01-26 Thread Amir E. Aharoni
On 26/01/2008, Larry Wall <[EMAIL PROTECTED]> wrote: > After a recent exchange on PerlMonks about join, I've been thinking > about the problem of pluralization in interpolated strings, where we > get things like: > > say "Received $m message{ 1==$m ?? '' !! 's' }." > > ... > > Any other cute id

Re: Multiline comments in Perl6

2007-12-30 Thread Amir E. Aharoni
On 30/12/2007, Jonathan Lang <[EMAIL PROTECTED]> wrote: > The only wart > is that '#( ... )' cannot begin at the very start of a line; but it's > easy enough to get around that restriction - say, with some leading > whitespace. Thanks for the reply - can you please what is the problem with having

Perl 6 presentation in Russian

2007-08-17 Thread Amir E. Aharoni
Hi, all, If you speak Russian, check out http://www.perl6.ru (in case you haven't already). Andrey Shitov works at the famous Art. Lebedev studio in Moscow. He's the programming guy in a bunch of designers. His blog about Perl 6 is rarely updated, but when it is, it has a very interesting info.

Re: Project Idea: Perl 6 Syntax Explainer

2007-07-10 Thread Amir E. Aharoni
* Anything else that should go into the requirements? It would be even cooler if the command $ p6explain 'some_user_defined_sub' would display prettily-formatted pod for that sub and would work transparently, regardless of whether this sub is defined in the Perl standard library, CPAN module

Named captures (was: **{x,y} quantifier)

2007-07-01 Thread Amir E. Aharoni
On 01/07/07, Luke Palmer <[EMAIL PROTECTED]> wrote: On 7/1/07, Amir E. Aharoni <[EMAIL PROTECTED]> wrote: > > > please correct me if > > > i say something stupid or if this has already been discussed before.) > > > Another important loss if we were to go

Re: **{x,y} quantifier

2007-07-01 Thread Amir E. Aharoni
> please correct me if > i say something stupid or if this has already been discussed before.) Another important loss if we were to go with <1..3> would be the ability to have runtime-dependent ranges; e.g.: / ($ntimes) x**{$ntimes} / That's exactly what i meant by "something stupid". T

**{x,y} quantifier

2007-07-01 Thread Amir E. Aharoni
(I'm just studying the intricacies of Perl 6, so please correct me if i say something stupid or if this has already been discussed before.) I was looking for the Perl 6 equivalent of "aaa" =~ /a{1,3}/ and finally found that it's "aaa" ~~ /a**{1 .. 3}/ This looked rather weird, so i asked on I

Re: Web development I: Web::Toolkit

2006-09-17 Thread Amir E. Aharoni
17/09/06, Juerd <[EMAIL PROTECTED]> skribis: This is a very strict language, though, as it is based on XML. A document is either valid and unambiguous, or completely invalid. Just like any programming language should be. And the XHTML rules are quite reasonable. In practice *all* browsers effec

Re: the CGI.pm in Perl 6

2006-09-12 Thread Amir E. Aharoni
> Thomas Wittek <[EMAIL PROTECTED]> writes: >> An other acceptable solution would be to create a backwards >> compatible P6 CGI.pm and create a new Web.pm with an all new >> interface, like Mark suggested. My 0.02 ₪: CGI.pm will be better off redesigned and cleaned up, and for those wanting comp

Re: Stubborn coworkers

2006-08-29 Thread Amir E. Aharoni
Since I came to programming after the days of Forth and Lisp being prominent languages, I can't dispute nor concur with her statement. How would you respond? First, a bit of advice that convinced me to go with Perl 6 not only philosophically, but practically too. Go here: http://www.artlebedev

Re: Latest $1,000 Wiki for Perl 6 proposal/offer.

2006-08-24 Thread Amir E. Aharoni
Yes. (Or endorsement by @Larry.) My guess is that something like this is necessary to overcome the past reluctance of others to use *any* of the previously suggested, currently existing wikis. Right on. Currently the Parrot PDD's say that the docs that must be written in POD, even though XML (o

junctions and autothreading

2006-08-21 Thread Amir E. Aharoni
My study of Perl 6 has been rather sporadic until now, but i'm starting to catch up. Here's a question: I've seen the matter of "autothreading" mentioned in various places, usually together with junctions. It seems like a neat idea, thread safety concerns notwithstanding. Searching the mailing l

rt problem

2006-08-15 Thread Amir E. Aharoni
Hello, Yesterday i sent my first patch to parrotbug {at} parrotcode.org according to the instructions in docs/submissions.pod . I wanted to check if it actually arrived anywhere, so i tried to look at rt.perl.org , created a bitcard account, and attempted to fetch some tickets, but i can see non

RE: wiki

2006-08-03 Thread Amir E. Aharoni
2006/8/3, Matt Todd <[EMAIL PROTECTED]>: I'll be honest, I was willing to put in some effort for something substantial and original, but I'm not too keen on just remaking or porting an old solution. M.T. Just in case i am misunderstood - i'm not talking about the platform, i'm talking about co

wiki

2006-07-31 Thread Amir E. Aharoni
Hi, There was so much talk about perl6 wiki, that i couldn't follow it anymore. Is there a currently working wiki where actual perl6 documentation can be read/written? Is it http://perl.net.au/wiki/ ? It doesn't seem to be very full of info ... -- Amir Elisha Aharoni, http://aharoni.blogspot.c

Re: Minimum modules for Production?

2006-06-01 Thread Amir E. Aharoni
However, as has been pointed out regarding MS Word, most users only use a very tiny subset of its functionality. The problem is that the users are using different subsets. I've done huge amounts of HTML parsing and can't recall having used GDBM_File. It all comes to *different* subsets I

Re: Minimum modules for Production?

2006-05-30 Thread Amir E. Aharoni
On 5/30/06, Michael Mathews <[EMAIL PROTECTED]> wrote: ... I suggest that a > Perl 6 distribution that includes as many modules as feasible be > maintained as a strictly separate project. But the P5ish emphasis > on core modules has to go. In that case only the compiler and the most basic I/O f

Minimum modules for Production?

2006-05-30 Thread Amir E. Aharoni
BEEP-BEEP - for some reason, every time i hit "Reply" my reply is sent to the poster and not to the list. Is the bug in my mailer (GMail), my head, or the list server? See replies below. On 5/30/06, Darren Duncan <[EMAIL PROTECTED]> wrote: At 10:56 AM +0300 5/30/06, Amir E. Aha

Fwd: Minimum modules for Production?

2006-05-30 Thread Amir E. Aharoni
On 30/05/06, Ovid <[EMAIL PROTECTED]> wrote: Since it looks like we're really going to have Perl6 within a year or so, what are the "must have" modules folks will want before they can consider using Perl6 in production? I wouldn't say that it's the minimum for the first production version, but

Re: $1,000 prize for Perl 6 Wiki written in Perl 6

2006-05-28 Thread Amir E. Aharoni
Beep beep. I, for example, hate the verbosity of html, but i use it nevertheless. The popularity of Wikipedia made Media-Wiki syntax the de-facto standard. It's not perfect, but please don't reinvent the wheel (even though it's a PHP wheel). It's funny - i was the first one who proposed the wiki

Re: Where can I find a Perl 6 langauge reference?

2006-05-19 Thread Amir E. Aharoni
Is there a perl6-user-doc wiki? It might be a great way to write documentation. Free collaborative documentation for a free collaborative language - what could be better? Let alone Wikipedia - Wikis can be even greater than you think. For example, check out this site: http://wiki.osdc.org.il/in