| action | f00li5h wishes he was drunk |
| f00li5h | wishes he was drunk |
| alester | who's drunk? |
| sili | friends don't let friends irc drunk |
| f00li5h | alester: <obligitory 'yo mumma joke> |
| Chris62vw | oh, I will be eventually |
| q[ender] | I am so not drunk it's ridiculous. This will not stand. |
| Randal | if you were drunk, you'd not stand either. |
| f00li5h | q[ender]: summon the ale wenches! |
| q[ender] | Randal, really, I'd probably be asleep. |
| action | abc notices the kids saying "I'm soooooo drunk" |
| abc | notices the kids saying "I'm soooooo drunk" |
| action | f00li5h gets music, light, pants and breakfast |
| f00li5h | gets music, light, pants and breakfast |
| kd_ | pants free thursday! |
| Randal | giving away pants for free? pants without partners |
| action | QtPlatypus ponders sub refmap (&$) { [ map {$_[0]} @{$_[1]} ] } # Though thats ugly and inefficent. |
| QtPlatypus | ponders sub refmap (&$) { [ map {$_[0]} @{$_[1]} ] } # Though thats ugly and inefficent. And wouldn't work. |
| action | QtPlatypus ponders sub refmap (&$) { my $sub = shift; my $array_ref = shift;[ map {$sub->()} @{$array_ref} ] } # Still ugly and inefficent. |
| QtPlatypus | ponders sub refmap (&$) { my $sub = shift; my $array_ref = shift;[ map {$sub->()} @{$array_ref} ] } # Still ugly and inefficent. |
| Patterner | Bonus points if you find something good |
| nanonyme | what are you trying to do? |
| QtPlatypus | Would be nice if I could just pass map a code_ref and have it treat it as if it was map { } |
| Randal | the big problem is the interface to the map block |
| QtPlatypus | nanonyme: Reduce the number of times/uglyness of going [ map { ... } @{$array_ref}] |
| Randal | is it expected to look at $_ ? |
| revdiablo | map { $code_ref->($_) } ...; # Is taht really so bad? |
| Randal | or the first parameter? yeah that's better |
| revdiablo | That, even |
| action | QtPlatypus nods. |
| QtPlatypus | nods. |
| nanonyme | ok, if Randal doesn't figure out a better one, i definitely won't figure a better one out while being drunk :) so maybe i won't even try ^^ |
| QtPlatypus | Randal: I was expecting it to look at $_, the idea was to look like map as much as possable just act on array_refs rather then lists. |
| Randal | yeah, in Perl 6 that'll be trivial maybe you should just wait. |
| action | CPAN upload: MasonX-StaticBuilder-0.04 by SKUD |
| CPAN | upload: MasonX-StaticBuilder-0.04 by SKUD |
| Randal | I got a note from O'Reilly that they *ha* want the learning perl for perl6 done to ship in october *ha* I think they need a reality check :) |
| QtPlatypus | Randal: But I can't wait untill Chrismass. |
| Randal | step 1 - stableize perl6 step 2 - wait until I totally understand it |