Perl 6 | Rakudo | Specs | Parrot | source cross referenced
← Previous day | Index | Channel Index | Today | Next day → | Search | Google Search | Plain-Text | plain, newest first
All times shown according to UTC.
| Time | Nick | Message |
|---|---|---|
| 00:10 | payload joined #perl6 | |
| 00:16 | lumi joined #perl6 | |
| 00:17 | lichtkind joined #perl6 | |
| 00:27 | ispeak joined #perl6 | |
| 00:39 | cognominal joined #perl6 | |
| 00:49 | ispeak joined #perl6 | |
| 00:55 | lumi joined #perl6 | |
| 00:59 | PacoLinux joined #perl6 | |
| 01:14 | LaVolta joined #perl6 | |
| 01:15 | LaVolta | morning, world! :) |
| 01:16 | sjohnson | hi |
| 01:21 | LaVolta | oh...hey, just prepared myself some tea...have a good day, sir. |
| 01:24 | sjohnson | u too |
| 01:30 | lumi joined #perl6 | |
| 01:39 | nbrown joined #perl6 | |
| 01:48 | drbean joined #perl6 | |
| 01:57 | cognominal joined #perl6 | |
| 01:59 | stephenlb joined #perl6 | |
| 02:00 | ispeak left #perl6 | |
| 02:02 | cotto joined #perl6 | |
| 02:09 | colomon | ng: my $a = ''; $a ~= "hello"; say $a; |
| 02:09 | p6eval | ng 917483: hello |
| 02:14 | lumi joined #perl6 | |
| 02:16 | eternaleye joined #perl6 | |
| 02:19 | pugs_svn | r29583 | colomon++ | [t/spec] Switch Range to Series FTW. |
| 02:24 | dalek | rakudo/ng: 7daa82d | (Solomon Foster)++ | t/spectest.data: |
| 02:24 | rakudo/ng: Turn unshift test on. | |
| 02:24 | rakudo/ng: review: http://github.com/rakudo/rakud[…]fbcfa00fae6e272c2 | |
| 02:24 | colomon | pmichaud: possibly a dumb question; how do we test iterators? |
| 02:25 | something like my $a = (1..10).iterator; is $a.get, 1; is $a.get, 2; etc ? | |
| 02:26 | BTW, perl 6 world, ng now has over 3000 tests turned on again. :) | |
| 02:34 | eternaleye | \o/ |
| 02:35 | colomon | I reckon we need to turn on about 2000 a day on average for the next week. :) |
| 02:35 | but we'll get a ton when we get trig back. | |
| 02:36 | orafu joined #perl6 | |
| 02:38 | colomon | ng: my @a = map { $_, $_ * 2 }, 1...5; say @a.perl |
| 02:38 | p6eval | ng 917483: No applicable candidates found to dispatch to for '&infix:<...>'current instr.: '_block14' pc 29 (EVAL_1:0) |
| 02:39 | colomon | ng: my @a = map { $_, $_ * 2 }, (1...5); say @a.perl |
| 02:39 | p6eval | ng 917483: Could not find non-existent sub &mapcurrent instr.: '_block14' pc 29 (EVAL_1:0) |
| 02:44 | lumi joined #perl6 | |
| 02:47 | pnate2 joined #perl6 | |
| 03:02 | LaVolta | pugs: my @array = 1, 2, 3; say "@array _ @array[] _ {@array}" |
| 03:02 | p6eval | pugs: @array _ 1 2 3 _ 1 2 3 |
| 03:03 | LaVolta | rakudo: my @array = 1, 2, 3; say "@array _ @array[] _ {@array}" |
| 03:03 | p6eval | rakudo 1d4928: @array _ @array[] _ 1 2 3 |
| 03:03 | LaVolta | err... |
| 03:21 | d4l3k_ joined #perl6 | |
| 03:23 | stephenlb joined #perl6 | |
| 03:24 | meteorjay joined #perl6 | |
| 03:24 | teneighty joined #perl6 | |
| 03:24 | Tene joined #perl6 | |
| 03:25 | yahooooo joined #perl6 | |
| 03:27 | lumi joined #perl6 | |
| 03:27 | colomon | LaVolta: I think @array[] no longer interpolates in perl 6. |
| 03:38 | dryden90121 joined #perl6 | |
| 03:41 | dryden90121 left #perl6 | |
| 03:42 | synth joined #perl6 | |
| 03:42 | REPLeffect joined #perl6 | |
| 03:42 | PacoLinux joined #perl6 | |
| 03:42 | simcop2387 joined #perl6 | |
| 03:42 | japhb joined #perl6 | |
| 03:42 | [particle]1 joined #perl6 | |
| 03:42 | mtve joined #perl6 | |
| 03:42 | yves joined #perl6 | |
| 03:45 | LaVolta | colomon, so we must use the braces form to get it interpolated, right? |
| 03:45 | colomon | That's my understanding. |
| 03:47 | LaVolta | thanks :) |
| 03:51 | Baggiokwok joined #perl6 | |
| 04:03 | araujo joined #perl6 | |
| 04:09 | eternaleye | colomon: LaVolta: Actaully, "@array[]" is supposed to interpolate - it's just NYI. It is, however, true that "@array" does not interpolate. |
| 04:13 | jaldhar joined #perl6 | |
| 04:18 | LaVolta | i just found these lines in RFC 105: [Update: The interpolation rules for arrays have been completely revised. A bare array name no longer interpolates--you have to say @foo[].] |
| 04:19 | eternaleye, you mean it will be implemented in future? | |
| 04:24 | lumi joined #perl6 | |
| 04:27 | TimToady | LaVolta: yes; the current workaround is {@array} |
| 04:39 | LaVolta | TimToady, got it, thanks... |
| 04:50 | k23z__ joined #perl6 | |
| 04:57 | Mantis joined #perl6 | |
| 05:06 | nihiliad joined #perl6 | |
| 05:28 | nihiliad joined #perl6 | |
| 05:39 | Baggiokwok joined #perl6 | |
| 06:07 | Achilles999 joined #perl6 | |
| 06:15 | pnate joined #perl6 | |
| 06:29 | Achilles333 joined #perl6 | |
| 06:33 | whateva joined #perl6 | |
| 06:34 | whateva left #perl6 | |
| 06:34 | Achilles999 joined #perl6 | |
| 06:34 | Achilles999 left #perl6 | |
| 06:39 | cognominal joined #perl6 | |
| 06:40 | lumi_ joined #perl6 | |
| 06:45 | eternaleye joined #perl6 | |
| 07:00 | simcop2387 joined #perl6 | |
| 07:06 | * Achilles333 | hello world |
| 07:33 | pnate joined #perl6 | |
| 07:39 | lumi_ joined #perl6 | |
| 07:44 | Baggiokwok joined #perl6 | |
| 07:51 | kaare joined #perl6 | |
| 08:50 | am0c joined #perl6 | |
| 08:52 | Su-Shee joined #perl6 | |
| 08:52 | Su-Shee | good morning |
| 08:54 | sjohnson | hi |
| 08:54 | Su-Shee: where abouts in the world are you? | |
| 08:54 | London? | |
| 08:54 | Su-Shee | berlin, germany. |
| 08:55 | jikes. no, obviously siberia. ;) *shiver* | |
| 08:56 | lumi joined #perl6 | |
| 08:56 | sjohnson | Su-Shee: is German your first language? |
| 08:56 | Su-Shee | yes. |
| 08:57 | sjohnson | you speak English quite well... i want to learn German one day, but am afraid it is difficult to learn |
| 08:58 | Su-Shee | it depends on what you already know. if you by any chance know latin for example or russian, german will be just another one of those kind of languages.. if you know only english, you will hate it from time to time. ;) |
| 09:00 | sjohnson | i can speak french fluently |
| 09:00 | and a tiny bit of Japanese | |
| 09:01 | Su-Shee | sjohnson: then go ahead. if you already went through french verbs, german ones aren't that bad. ;) |
| 09:02 | sjohnson | zer gut, zer gut! |
| 09:03 | Su-Shee | sjohnson: we do have massive inflection on the nouns as well though. german is just at the beginning to a "de/a" system. |
| 09:24 | agentzh joined #perl6 | |
| 09:54 | Achilles333 | hello everyone |
| 09:55 | Can anyone suggest what is the good way to start learning perl6? | |
| 10:07 | xinming | Achilles333: Reading synopsis. |
| 10:08 | Achilles333: Synopis will tell you what perl 6 will be like. with detailed examples. | |
| 10:13 | Mantis joined #perl6 | |
| 10:38 | mssm joined #perl6 | |
| 10:41 | Mantis left #perl6 | |
| 10:55 | Baggiokwok joined #perl6 | |
| 11:11 | drbean joined #perl6 | |
| 11:41 | Mantis joined #perl6 | |
| 12:00 | meppl joined #perl6 | |
| 12:07 | Baggiokwok joined #perl6 | |
| 12:13 | jenk left #perl6 | |
| 12:14 | muixirt joined #perl6 | |
| 12:20 | ced_ joined #perl6 | |
| 12:35 | _Jedai_ joined #perl6 | |
| 12:54 | lichtkind joined #perl6 | |
| 12:56 | LaVolta joined #perl6 | |
| 13:00 | lumi joined #perl6 | |
| 13:12 | xinming_ joined #perl6 | |
| 13:48 | Baggiokwok joined #perl6 | |
| 14:31 | cognominal joined #perl6 | |
| 14:33 | Chillance joined #perl6 | |
| 14:34 | payload joined #perl6 | |
| 14:35 | Chillance joined #perl6 | |
| 14:41 | athaba joined #perl6 | |
| 14:55 | am0c joined #perl6 | |
| 15:28 | jan_ joined #perl6 | |
| 15:34 | lumi joined #perl6 | |
| 15:43 | Psyche^ joined #perl6 | |
| 15:56 | jaldhar joined #perl6 | |
| 16:02 | lumi joined #perl6 | |
| 16:12 | colomon | wow, quiet morning |
| 16:17 | * jnthn | has visitor, so has been entertaining today. |
| 16:27 | colomon | we're still recovering from yesterday here. |
| 16:27 | jnthn | :-) |
| 16:27 | colomon | and prepping for my parents to arrive in 3.5 hours. |
| 16:28 | jnthn | ooh, I needs a Parrot update... |
| 16:28 | * jnthn | --gen-parrots |
| 16:29 | colomon | yay --gen-parrot |
| 16:31 | I could tell nobody has been actually hacking on ng this weekend, because I broke the build for about 12 hours yesterday and no one noticed | |
| 16:31 | (lots of designing going on, of course) | |
| 16:34 | jnthn | hehe |
| 16:34 | pmichaud | I'm about to do list/iterator refactor in a new branch |
| 16:34 | (temporary branch) | |
| 16:35 | jnthn | So we're brancing the branch? :-) |
| 16:35 | pmichaud | yes |
| 16:35 | jnthn | ;-) |
| 16:35 | pmichaud | depending on how it goes, should be only for a day |
| 16:35 | jnthn | ok, wfm |
| 16:35 | pmichaud | but (as always) list/array refactors tend to break everything |
| 16:35 | jnthn | May as well, git makes them a cheap resource. :-) |
| 16:35 | pmichaud | and it's too big a job to do without some commits/pushes |
| 16:35 | jnthn | Sure, it's nice to be able to commit bit by bit. |
| 16:36 | colomon | yay! |
| 16:36 | jnthn | I might be able to sneak a patch in now before dinner to sort one of my todos. :-) |
| 16:38 | colomon | I'm off to dim sum Sunday lunch, but look forward to seeing branch.... |
| 16:39 | jnthn | .oO( nearly time for me to brighten some Sunday dinner ) |
| 16:44 | lumi joined #perl6 | |
| 16:49 | jnthn | aww. that closure clone thingy doesn't help. |
| 16:50 | I mean, it makes the code neater, but doesn't actually fix the problem. | |
| 16:53 | justatheory joined #perl6 | |
| 17:00 | pmurias joined #perl6 | |
| 17:04 | kloeri__ joined #perl6 | |
| 17:05 | pugs_svn | r29584 | pmurias++ | [mildew] fix bug in m0ld emitting |
| 17:22 | nihiliad joined #perl6 | |
| 17:34 | payload joined #perl6 | |
| 17:41 | SmokeMachine joined #perl6 | |
| 18:09 | Psyche^ left #perl6 | |
| 18:09 | Patterner joined #perl6 | |
| 18:20 | cognominal joined #perl6 | |
| 18:26 | colomon | mmmmm, dim sum. |
| 18:35 | pugs_svn | r29585 | pmurias++ | [mildew] split AST.pm into many file containing a class each |
| 18:44 | SmokeMachine joined #perl6 | |
| 18:48 | KyleHa joined #perl6 | |
| 19:19 | snearch_ joined #perl6 | |
| 19:20 | iblechbot joined #perl6 | |
| 20:13 | hercynium joined #perl6 | |
| 20:31 | synth joined #perl6 | |
| 21:10 | meppl joined #perl6 | |
| 21:31 | tomaw_- joined #perl6 | |
| 21:34 | kloeri__ joined #perl6 | |
| 22:06 | lumi joined #perl6 | |
| 22:11 | FCO joined #perl6 | |
| 22:12 | lichtkind | can now anyone see me? |
| 22:12 | Tene | Yes. |
| 22:12 | lichtkind | great |
| 22:12 | thanks | |
| 22:12 | im bakc | |
| 22:12 | Tene | I mean, no |
| 22:13 | lichtkind | hahah |
| 22:13 | i understand | |
| 22:13 | Tene | you'll have to chat via commit messages |
| 22:13 | lichtkind | Tene: can i ask you some more questions? |
| 22:13 | Tene | lichtkind: Go ahead |
| 22:25 | jaldhar joined #perl6 | |
| 22:32 | kst joined #perl6 | |
| 22:33 | hercynium joined #perl6 | |
| 22:40 | patspam joined #perl6 | |
| 23:21 | niros joined #perl6 | |
| 23:31 | lumi joined #perl6 | |
| 23:32 | LaVolta joined #perl6 | |
| 23:36 | lichtkind | pmichaud: what are the regular longer time hacke on parrot/rakudo beside you , tene, jnthn and masak ? |
| 23:36 | * colomon | just realized that if pmichaud has branched ng, it won't show up in dalek... |
| 23:49 | lichtkind | gnight |
| 23:53 | japhb | I'm thinking about writing an NQP and possibly a full Perl 6 implementation of the MiniSat algorithm for finding SAT (Boolean Satisfiability) solutions. The question is, what should it be called? Has the Perl 6 ecosystem gotten to the point of having conventions for naming such a beast? |
| 23:57 | Chillance joined #perl6 |
← Previous day | Index | Channel Index | Today | Next day → | Search | Google Search | Plain-Text | plain, newest first
Perl 6 | Rakudo | Specs | Parrot | source cross referenced