Conversion oneliner t-shirt

2006-01-27 Thread Juerd
Because of the favourable response to the prototype I wore during the
post-euroscon Amsterdam.pm meeting, and because Cafepress finally has
black shirts, it is now available for everyone who wants one.

http://www.cafepress.com/perl6

Please note that although I'm spamming this, there's no profit in there
for me, or anyone except Cafepress. (I did add $ 0.01 because I think
.99 values are incredibly silly.) Please donate to TPF separately :)


Juerd
-- 
http://convolution.nl/maak_juerd_blij.html
http://convolution.nl/make_juerd_happy.html 
http://convolution.nl/gajigu_juerd_n.html


Re: Conversion oneliner t-shirt

2006-01-27 Thread Audrey Tang
On 1/27/06, Juerd [EMAIL PROTECTED] wrote:
 Because of the favourable response to the prototype I wore during the
 post-euroscon Amsterdam.pm meeting, and because Cafepress finally has
 black shirts, it is now available for everyone who wants one.

 http://www.cafepress.com/perl6

After some discussion with Juerd on #perl6, I'll also print some (in
black preferably, or in other darker colours) and bring with me to
OSDC.il and GPW as giveaway presents. :-)

Audrey


Interesting Paper on Prototype Based OO w/ Multi-Methods

2006-01-27 Thread Stevan Little
Hello All,

Recently on #perl6 putter found the Slate language
(http://slate.tunes.org/) in our search for some information about
Smalltalk. Slate is a prototype based OO language which uses multi
method dispatch instead of more traditional method dispatch. As I
flipped through some of the papers on the site, I couldn't help
thinking back to some of the more recent musing of Larry on the Perl 6
object model. The paper which is most complete is this one:

http://tunes.org/~eihrul/ecoop.pdf

Or for those with shorter attention spans, there are some slides which
give a high level overview of what is in the paper. That can be found
here:

http://tunes.org/~eihrul/talk.pdf

I think there is definitely some valuable information to be found in
here, which we can use in the further development of the Perl 6 obejct
model.

Stevan