svn switch --relocate svn.openfoundry.org/pugs svn.pugscode.org/pugs/ | run.pugscode.org | spec.pugscode.org | paste: sial.org/pbot/perl6 | pugs.blogs.com
Set by avar on 16 November 2006.
08:10 ilogger2 joined 08:23 harnold joined 08:26 phpError joined 08:27 Lee joined 09:05 marmic joined 09:11 elmex joined 09:13 mugwump joined 09:45 buetow joined 09:53 BooK joined 09:59 RHainsworth joined, RHainsworth left 10:04 foo\ joined 10:07 andara joined 10:11 ruoso joined 10:13 chris2 joined 10:17 DebolazX joined 10:21 buetow joined 10:32 andara joined
svnbot6 r14867 | fglock++ | MP6-Parrot - binding tests pass 10:35
r14868 | fglock++ | MP6 - fixed test numbers 10:38
10:39 fglock joined 10:46 mugwump joined
Juerd audreyt++ # pcre 11:03
audreyt thanks :) I'd like to do ::PCR next 11:04
Juerd What is that? 11:05
audreyt Pugs::Compiler::Rules
Juerd Ah :)
audreyt from the miniperl6 branch, hopefully
so we can fulfill putter's vision :) 11:06
fglock audreyt: hi! 11:09
audreyt fglock: greetings!
the ADSL people will come tomorrow and I may even have running water by tomorrow too! :)
fglock audreyt: mp6-on-parrot is passing the current tests 11:10
audreyt so, resume life-as-usual this weekend, most likely
I saw the commit :) sweet
fglock we all hope so :)
is there a difference on the way you declare class variables from instance variables? both use "has"? 11:11
audreyt no 11:12
classvars are "my"
my $x; # classvar with no acccessor
my $.x; # with accessor
it's just regular scoping
the sugar is there to make accessors only 11:13
(brb)
11:32 mj41 joined 11:42 andara joined
svnbot6 r14869 | fglock++ | MP6-Parrot - implemented hash binding, tests 11:47
12:10 foo\ joined
svnbot6 r14870 | fglock++ | MP6-Parrot - added bind to Index 12:15
12:19 nwc10 joined
nwc10 jobs.perl.org/job/5057 # including AJAX (& Perl 6 when released!) 12:19
lambdabot Title: jobs.perl.org: ISP / Hosting Solutions Senior Perl Developers X2
nwc10 yeah, right. 12:20
audreyt that's very forward-looking 12:23
nwc10 or very buzzword desparate
audreyt I've been wrestling with Rico and Scriptaculous and Comet all week, though 12:24
so I have sympathy with their reqs :)
dmq hey audrey, can you pop over to p5p for a moment? 12:29
lambdabot dmq: You have 1 new message. '/msg lambdabot @messages' to read it.
dmq er, i mean audreyt. :-) 12:31
13:01 sweinig joined, weinig joined 13:03 nwc10 left 13:17 Limbic_Region joined 13:24 kanru joined 13:35 ludan joined 13:41 gnuvince joined 13:43 iblechbot joined
Limbic_Region salutations all 14:05
14:35 theorb joined 14:39 buetow joined 14:41 bonesss joined 14:56 vel joined 14:58 wamiks joined
svnbot6 r14871 | fglock++ | MP6-perl5 - fixed hash binding 14:59
15:06 weinig is now known as weinig|bbl 15:11 cjeris joined 15:23 hexmode joined
cognominal in S06 sub traverse ( NAry $top ( :kids [$eldest, *@siblings] ) ) { # should not that be *$eldest? or is the * optional in that cas? 15:27
s/cas/case/
anyway I like all that pattern matching, it kills a lot of structural code 15:29
it sounds like optional to me b : $eldest cannot be a parameter because [] matches an array 15:33
fglock cognominal: I think *$eldest makes it 'optional', while $eldest is 'required'
15:34 loumz joined
cognominal ho, indeed one can see it like a quantifier 15:35
thx 15:38
16:01 ofer1 joined 16:03 justatheory joined 16:11 norageek joined 16:16 wamiks joined 16:39 thepler joined 16:43 theorb is now known as theorbtwo 16:47 bernhard joined 16:59 araujo joined 17:09 justatheory joined 17:28 fglock left 17:43 diotalevi joined 17:48 fglock_ joined 17:52 marmic joined
svnbot6 r14872 | fglock++ | MP6 - added test for contructor binding 17:54
17:57 kanru joined 18:07 avarab joined 18:11 avar joined 18:13 avar joined 18:14 JonSnow joined 18:17 Psyche^ joined 18:23 prism joined
svnbot6 r14873 | fglock++ | MP6-perl5 - pass constructor binding test 18:24
18:24 Psyche^ is now known as Patterner
Limbic_Region theorbtwo - ping 18:47
18:50 jrockway joined
theorbtwo Pong. 18:56
Limbic_Region ah 18:58
was just writing a post at the Monastery which referenced one of your modules
wanted to let you know about it
19:01 foo\ joined 19:04 mugwump joined
Limbic_Region theorbtwo - perlmonks.org/?node_id=588159 19:18
lambdabot Title: Merge Sorted Lists
19:18 larsen_ joined 19:27 pmurias joined 19:33 Limbic_Region joined 19:36 mdiep joined 19:51 hexmode` joined
pmurias i'm currently in the procces of making my christmas wishlist, does anyone have any reacommendations besides READTHEM? 19:52
is "Advanced Topics in Types and Programming Languages" much more difficult than "Types And Programming Languages"? 19:56
qmole wouldnt have thought so, just more of the same 19:57
pmurias and is it as fun?
* as much fun 19:58
19:59 fglock_ joined
obra TimToady: I'm running about 5 min late 19:59
19:59 mdiep joined, prism joined
Limbic_Region obra - so run faster 20:10
cognominal pmurias: it is quite different in spirit, it is more a selected set of papers on the subject 20:14
20:18 Lee__ joined 20:20 foo\bar joined
pmurias cognominal: would you recommend it? 20:25
20:25 trym__ joined
cognominal pmurias, I have not gone thru it yet, but I feel it is the logical complement of TAOPL 20:28
Both are very useful if one want to read papers about type theory
20:29 Lorn_ joined
cognominal Qualifed types by Mark P.Jones is a thinner book but a must have too 20:29
It is refferred by many papers of SPJ. 20:31
not that I understand them yet...
pmurias TAOPL meaning TAPL 20:34
?
gaal pmurias: ask for the Aubrey-Maturin series by Patrick O'Brian. Much fun, astounding writing. 20:35
not much to do with Haskell though. :)
cognominal oops. yes I meant TAPL 20:36
pmurias thanks 20:38
sleep&
good night
20:38 pmurias left 20:47 Lorn joined 21:03 Lorn__ joined 21:11 Lorn_ joined 21:12 neonse joined 21:16 Lorn joined
nothingmuch `/w 11 21:20
Limbic_Region bless you
nopaste 21:24
perlbot nopaste
perlbot Paste your code at sial.org/pbot/perl and #perl will be able to view it
lambdabot Title: sial.org Pastebot - pasteling
21:27 bonesss joined 21:30 iblechbot joined 21:40 Lorn_ joined 21:57 Limbic_Region joined 22:27 weinig|bbl is now known as weinig 22:31 Limbic_Region joined 22:54 xdg joined 22:56 xdaveg joined 23:15 prism joined 23:27 polettix joined 23:44 Aankhen`` joined 23:58 neonse left 23:59 ruoso joined