The scary man...
Some interesting stuff: http://www.perl.com/pub/2001/05/08/exegesis2.html I like the fact that hash's and arrays are going to use their own symbols for stuff like slices, should make explaining things a lot easier in the future! Dean -- But then the serpent of OO entered the garden, and offered Perlkind the bitter fruit of subroutine and method calls. --- D Conway
Re: The scary man...
On Wednesday, May 16, 2001, at 10:47 AM, Dean wrote: Some interesting stuff: http://www.perl.com/pub/2001/05/08/exegesis2.html Exegesis unimatrix-1: print Hello, World!\n RFC28 hard at work here! Marcel -- $x**$n + $y**$n = $z**$n is insoluble if $n 2; I have discovered a truly remarkable proof which this signature is too short to contain. (20 Aug 2001: Pierre de Fermat's 400th birthday)
Re: The scary man...
Exegesis unimatrix-1: print Hello, World!\n RFC28 hard at work here! Great minds thinking in parallel there, Marcel. My first draft of Ex2 started like this: Here's the very first Perl 6 program ever written: #! /usr/local/bin/perl6 --warnings $*::OUT.push(q()/Hello, World!\X{newline}/.stringify()); Only joking! But, given the sky-is-falling angst that fills perl6-language these days, I felt the humour might not be universally appreciated. ;-) Damian