Re: Perl 6 fundraising and related topics.

2008-02-21 Thread Juerd Waalboer
, Juerd Waalboer: Perl hacker [EMAIL PROTECTED] http://juerd.nl/sig Convolution: ICT solutions and consultancy [EMAIL PROTECTED]

Re: Perl 6 fundraising and related topics.

2008-02-21 Thread Juerd Waalboer
Larry Wall skribis 2008-02-21 11:15 (-0800): On Thu, Feb 21, 2008 at 01:29:05PM +0100, Juerd Waalboer wrote: : Then backtracking would happen, or more likely: Perl 6 would die. If : this community cannot come up with a virtual machine that can handle : Perl 6, then many people will lose all

Re: what should be the default extension?

2008-01-06 Thread Juerd Waalboer
Larry Wall skribis 2008-01-05 17:39 (-0800): Already specced. (...) It should probably mention Unicode there as well, but the principle is already expressed in terms of case-sensitivity. You're always a few steps ahead :) -- Met vriendelijke groet, Kind regards, Korajn salutojn, Juerd

Re: what should be the default extension?

2008-01-05 Thread Juerd Waalboer
whether it's Perl 5 or Perl 6, because Perl 6 modules have different keywords. Personally I'm hoping for some extra abstraction in module filenames, to allow UTF-8 module names with ASCII filenames. -- Met vriendelijke groet, Kind regards, Korajn salutojn, Juerd Waalboer: Perl hacker [EMAIL

Re: what can I do in perl 6 today?

2008-01-03 Thread Juerd Waalboer
a separate virtual machine for that. -- Met vriendelijke groet, Kind regards, Korajn salutojn, Juerd Waalboer: Perl hacker [EMAIL PROTECTED] http://juerd.nl/sig Convolution: ICT solutions and consultancy [EMAIL PROTECTED]

Re: Project Idea: Perl 6 Syntax Explainer

2007-07-10 Thread Juerd Waalboer
. Just match individual literal symbols. Someone looking for * should encounter all uses of *, including ** and **{}. * Do you have a good idea for a project name? I had Decrypt in mind. (http://decrypt.perl6.nl/*) -- korajn salutojn, juerd waalboer: perl hacker [EMAIL PROTECTED] http

Re: xx operator

2006-09-28 Thread Juerd
think you meant either: my @add = $string xx $repeat; or: my $add = $string x $repeat; Or perhaps: my $add = [ $string xx $repeat ]; # This is what your current code does, but I think it's best if Perl # enforced that you be explicit about the []. -- korajn salutojn, juerd

Re: the CGI.pm in Perl 6

2006-09-21 Thread Juerd
for an empty slice then? -- korajn salutojn, juerd waalboer: perl hacker [EMAIL PROTECTED] http://juerd.nl/sig convolution: ict solutions and consultancy [EMAIL PROTECTED]

Re: CGI Session management (was Re: the CGI.pm in Perl 6)

2006-09-21 Thread Juerd
(which mostly delegates to its .request and .response), doesn't have to mean it can't be used stand-alone. -- korajn salutojn, juerd waalboer: perl hacker [EMAIL PROTECTED] http://juerd.nl/sig convolution: ict solutions and consultancy [EMAIL PROTECTED]

Re: CGI Session management (was Re: the CGI.pm in Perl 6)

2006-09-20 Thread Juerd
to use. But in Perl 6, that doesn't mean that you should avoid nicely structured OO. -- korajn salutojn, juerd waalboer: perl hacker [EMAIL PROTECTED] http://juerd.nl/sig convolution: ict solutions and consultancy [EMAIL PROTECTED]

Re: CGI Session management (was Re: the CGI.pm in Perl 6)

2006-09-20 Thread Juerd
to use them can, and we should concentrate on creating something that's GOOD for new code. This said, I do think it'd be wise to document changes in accessible tables. -- korajn salutojn, juerd waalboer: perl hacker [EMAIL PROTECTED] http://juerd.nl/sig convolution: ict solutions

Re: Web development I: Web::Toolkit

2006-09-17 Thread Juerd
purpose web development library. -- korajn salutojn, juerd waalboer: perl hacker [EMAIL PROTECTED] http://juerd.nl/sig convolution: ict solutions and consultancy [EMAIL PROTECTED]

Re: CGI Session management (was Re: the CGI.pm in Perl 6)

2006-09-16 Thread Juerd
88.445% on the writer's own experience. -- korajn salutojn, juerd waalboer: perl hacker [EMAIL PROTECTED] http://juerd.nl/sig convolution: ict solutions and consultancy [EMAIL PROTECTED]

Re: the CGI.pm in Perl 6

2006-09-15 Thread Juerd
the incoming parameters (including file upload), and generating sticky forms and other common HTML elements. Don't thow out the simplicity, but do severely re-model things! -- korajn salutojn, juerd waalboer: perl hacker [EMAIL PROTECTED] http://juerd.nl/sig convolution: ict solutions

Re: the CGI.pm in Perl 6

2006-09-15 Thread Juerd
Juerd skribis 2006-09-15 23:26 (+0200): Randal L. Schwartz skribis 2006-09-15 9:15 (-0700): The thing that CGI.pm does is put in one place everything you need for a simple web form. And there's an amazing number of applications for this... putting a contact us page on an otherwise static

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Juerd
is in. Juerd -- http://convolution.nl/maak_juerd_blij.html http://convolution.nl/make_juerd_happy.html http://convolution.nl/gajigu_juerd_n.html

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Juerd
don't need to sacrifice surfing speed for it. Also, feather has RAID 1 for its harddisks, and daily backups to another host. Juerd -- http://convolution.nl/maak_juerd_blij.html http://convolution.nl/make_juerd_happy.html http://convolution.nl/gajigu_juerd_n.html

Re: Announcing the Perl 6 and Parrot wiki workspaces

2006-08-28 Thread Juerd
the word out. Juerd -- http://convolution.nl/maak_juerd_blij.html http://convolution.nl/make_juerd_happy.html http://convolution.nl/gajigu_juerd_n.html

Re: Revised Perl++ Wiki Proposal / $1k bounty

2006-06-20 Thread Juerd
doesn't provide yet, please work with me to change that. Juerd -- http://convolution.nl/maak_juerd_blij.html http://convolution.nl/make_juerd_happy.html http://convolution.nl/gajigu_juerd_n.html

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

2006-05-29 Thread Juerd
later, what are we going to use for a storage engine? Well, since storage needs support for revisions, I'm all for re-using open source industry standards like svk or svn. Initially, the command line tools can be wrapped around. Later, native support can be built. Juerd -- http://convolution.nl

Re: CGI on 6

2006-05-28 Thread Juerd
don't work in Pugs. And, as an incentive, I'm offering 1000 Colombian Pesos to the first person to author a working example of s/+/ /g; in Perl 6*. $foo ~~ s:Perl5:g/\+/ /; Juerd -- http://convolution.nl/maak_juerd_blij.html http://convolution.nl/make_juerd_happy.html http://convolution.nl