Fwd: YAPC Europe 2007 Reminder - CFP and CFH Deadlines Approaching

2007-05-08 Thread Thomas Klausner
- Forwarded message from Michael Kr?ll [EMAIL PROTECTED] -

From: Michael Kr?ll [EMAIL PROTECTED]
Subject: [Conferences] YAPC Europe 2007 Reminder - CFP and CFH Deadlines
Approaching
Date: Tue, 08 May 2007 11:02:55 +0200
To: [EMAIL PROTECTED]

Hi,

The deadline to submit Hackathon proposals for this year's YAPC Europe
in Vienna is just around the corner. Please do not forget to submit your
proposals by Sunday, 13th May 2007. Information on what we're looking
for exactly and what we can offer to moderators (e.g.
travel/accommodation refund) can be found at:
  http://vienna.yapceurope.org/ye2007/cfh.html

The Call for Papers deadline is less than 3 weeks away from today:
  http://vienna.yapceurope.org/ye2007/cfp.html

The theme for this year's conference is Social Perl, which we hope
will inspire submissions for this and related topics. If Perl has helped
you or your company to get people together, or if you can report how
Perl is social to other programming languages, or how Perl may profit
from inspirations from other languages, we'd like to hear about it.
Although this is our main topic for the conference, it will not be the
only one, and as such we will also be accepting talks on just about any
theme.

Types of talks include 20 or 40 minutes talks, 60-90 minute tutorials,
or 3 hour Hack-a-thons, BOFs or Workshops.

There are still some slots free!

Hope to see you in Vienna,
Michael Kr?ll
on behalf of Vienna.pm

-- 
063A F25E B064 A98F A479  1690 78CD D023 5E2A 6688
http://zis.uibk.ac.at/.m/uibk.ac.at_pgp_pubkey.asc
___
Conferences mailing list
[EMAIL PROTECTED]
http://lists.yapceurope.org/mailman/listinfo/conferences

- End forwarded message -

-- 
#!/usr/bin/perl   http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$-gprint$_.$/}


Hyper-concat

2005-06-14 Thread Thomas Klausner
Hi!

While playing around with some japh-obfus (which turned into my first commit
to Pugs, yay!) I spotted this

say a b c ~ 1 2 3;
# prints a1b2c3

my $string=a b c ~ 1 2 3;
say $string;
# prints a1 b2 c3

I suppose this is caused by some context things. Csay imposes list context
(as print in Perl 5), but the assignment imposes scalar context.

But where do the spaces in the second example come from?

(sorry if this question is obvious/FAQ, but I'm just starting Perl6/Pugs
stuff (finally...))


-- 
#!/usr/bin/perl   http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$-gprint$_.$/}


Re: Parrot 0.2.1 APW Released!

2005-06-04 Thread Thomas Klausner
Hi!

On Sat, Jun 04, 2005 at 12:36:57PM +0200, Leopold Toetsch wrote:

 The release name stands for Austrian Perl Workshop, which will take
 place on 9th and 10th of June in Vienna. It will have a french
 connection that is a live video stream to the French Perl Workshop
 happening at the same time.

Which prompts me for an last-minute plug:

You're still welcome to join us in Vienna!

We've got two days with a lot of interesting talks and Parrot/Pugs/Perl6
hacking (with, among others, Autrijus Tang and Chip Salzenberg), followed by
some more days of Parrot/Pugs/Perl6 hacking at Leo's place.

More info, schedule, etc here:

  http://conferences.yapceurope.org/apw2005/

Hope to see you in Vienna, 
Thomas Klausner

-- 
#!/usr/bin/perl   http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$-gprint$_.$/}


Re: Perl development server

2005-05-23 Thread Thomas Klausner
Hi!

On Mon, May 23, 2005 at 05:18:45PM +0200, Juerd wrote:

 Everyone who wants, can get a login.

me too! 'domm' please.

 Also, this new machine needs a hostname. Please help me think of a cute
 name! I prefer a short hostname with less than 9 letters.

onion

Access to this machine would also be handy for participants of the Austrian
Perl Workshop Parrot/Pugs hack-a-thon:
  http://conferences.yapceurope.org/apw2005
While I will inform everyone what
they need, I'm sure quite a lot people will show up without a fresh checkout
of the various repositories. So if I can get a number of dummy accounts (to
be deleted after the event) that would be great!

BTW, will all users on this machine share one svn working copy or is
everyone supposed to to his/her own checkout? Or is this one of the things
someone should organise?

-- 
#!/usr/bin/perl   http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$-gprint$_.$/}