»ö« Welcome to Perl 6! | perl6.org/ | evalbot usage: 'perl6: say 3;' or rakudo:, niecza:, std:, or /msg p6eval perl6: ... | irclog: irc.perl6.org/ | UTF-8 is our friend!
Set by sorear on 4 February 2011.
sorear good * #perl6 00:24
colomon \o 00:25
tadzik o/ 02:08
gosh, I think my wrist's broken
sorear tadzik: owww, I did that once 02:24
dalek ast: 3d1828e | (Martin Berends)++ | S32-str/flip.t:
[S32-str/flip.t] fudge 2 grapheme tests for niecza
05:11
sorear mberends \o/ 05:24
mberends sorear: flip commit coming soon, spectesting... 05:25
dalek ecza: 9e6dc8b | (Martin Berends)++ | / (5 files):
add string flip() method and function and enable 13 spectests
05:31
sorear 13 spectest files?
!? 05:32
mberends 13 tests only (out of 15) in S32-str/flip.t
mberends dayjob & 05:34
miso2217 morning all 08:38
is longest token matching implemented in rakudo?
rakudo: my token ab { 'ab' }; my token abb { 'abb' }; if ('abb' ~~ /<&ab> | <&abb> /) { say 'match:', $/; } else { say 'no match'; };
p6eval rakudo 4bf132: OUTPUT«match:ab␤»
moritz miso2217: no 08:41
miso2217 moritz: clear end simple answer :-) 08:44
moritz: the spectest in S05 is wrong, should it be reported somewhere? ( /<ab> | <abb> / instead of /<&ab> | <&abb> /) 08:46
moritz miso2217: which file? 09:02
miso2217 moritz: github.com/perl6/roast/blob/master...t#L55-L127 09:17
moritz miso2217: you're right, fixing... 09:28
niecza: say 'abcdefg' ~~ m:c(2)/.+/ 09:31
p6eval niecza v4-57-g9e6dc8b: OUTPUT«abcdefg␤»
moritz phenny: tell sorear that I find it weird that niecza just ignores adverbs on regex - if there's one present that is not handled yet, IMHO it's better to die (example: m:c(2)/.../) 09:32
phenny moritz: I'll pass that on when sorear is around.
moritz there's more in that file which needs fixing... 09:33
dalek ast: 1c3c6f7 | moritz++ | S05-metasyntax/longest-alternative.t:
clean up longest-alternative.t

  * use lexical tokens, reported by miso2217++
  * stop relying on outdate :g in scalar context behavior
  * Grammar.parse(:action*s*)
09:36
dalek kudo: b63fa28 | petdance++ | src/ops/perl6.ops:
removed unused variables. Added some consts.
11:17
kudo: 5ac05ef | petdance++ | src/ops/perl6.ops:
consted pointers
tadzik o/ 11:22
wassup #perl6
moritz tests parrot patches for the rakudo segfaults
mberends tadzik: is your wrist okay? (I once had a painful inline-skate fall) 11:25
tadzik mberends: not really, I have this big, heavy white thing all over my hand :( 11:29
thy're not sure if it's a little bit broken or just heavily twisted
mberends owww, I wish you a healthy recovery 11:30
moritz too 11:31
tadzik thank you 11:32
bbkr_ ah, joy of falls and broken bones :) 12:11
tadzik :P 12:14
takadonet morning all
tadzik hello takadonet
newguy anyone home? 13:47
newguy i am new to perl6, will need some help 13:48
how
how can I add two numbers and print to the screen?
PerlJam rakudo: say 4 + 5; 13:49
p6eval rakudo 5ac05e: OUTPUT«9␤»
newguy I have downloaded and installed Rakudo on my Vista computer. How do I "compile" a .pl file? 13:49
moritz with perl6 yourfile.pl it is compiled and immediately executed 13:50
PerlJam newguy: perl6 file.pl
newguy > perl6 samtest.pl Could not find sub &samtest 13:51
I am using the perl6.exe black window to do this? 13:52
moritz nope
start a command window
and there type perl6 sametest.pl
newguy msdos?
moritz yes 13:53
or you can associate .pl files with the perl6 binary
then you can just double-click the file in the windows explorer
PerlJam newguy: What is your intent in learning Perl 6? Just for fun? 13:54
newguy to create a batch of text files changing variables in each one.
sorear good * #perl6 13:56
phenny sorear: 09:32Z <moritz> tell sorear that I find it weird that niecza just ignores adverbs on regex - if there's one present that is not handled yet, IMHO it's better to die (example: m:c(2)/.../)
newguy OK, my results c:\Perl\bin>perl6 samtest.pl 'perl6' is not recognized as an internal or external command, operable program or batch file. 13:58
moritz since it probably didn't install into c:\Perl\bin you need to add the install location to %PATH% 13:59
or use the fully qualified path to the perl6 binary
pmurias sorear: hi 14:00
sorear moritz: odd... I'll look into it. 14:01
moritz niecza: say 'abcdefg' ~~ m:c(2)/.+/ 14:02
p6eval niecza v4-57-g9e6dc8b: OUTPUT«abcdefg␤»
newguy Eureka! My first successful "Hello World" with rakudo on Vista! 14:14
moritz \o/
newguy thank you moritz!
dalek ecza: b210553 | pmurias++ | hoopl/ (5 files):
[hoopl] added a constant propagation pass which does nothing but
14:15
ecza: 535c736 | pmurias++ | hoopl/ConstProp.hs:
[hoopl] constant folding for bif_plus
pmurias sorear: say (2+1)+3 is now optimised to say 6 :)
dalek ecza: ad6f3a5 | pmurias++ | hoopl/ConstProp.hs:
[hoopl] constant registers are replaced with constants
ecza: 5615c21 | pmurias++ | hoopl/nam.hs:
[hoopl] debugging output is more descriptive
moritz newguy: you're welcome. Have fun hacking!
newguy msg moritz and I think this is how I PM in IRC..? 14:17
nope
pmurias /msg 14:18
at least in irssi
dalek ecza: a31f8f4 | pmurias++ | hoopl/ (2 files):
[hoopl] fix ghc warnings
14:19
isBEKaml pmurias: what's hoopl? 14:23
sorear pmurias: awesome 14:27
isBEKaml pmurias: nm, hackage.haskell.org/package/hoopl. rock on! 14:28
TimToady ooh, a newguy! 14:33
newguy me?
isBEKaml newguy: welcome to perl6land! :) 14:34
sorear newguy: welcome from me too! 14:49
niecza: say "a b" ~~ m:s/a b/
p6eval niecza v4-62-ga31f8f4: OUTPUT«a b␤»
isBEKaml rakudo: say 42 14:57
p6eval rakudo 5ac05e: OUTPUT«42␤»
sorear checks out moritz' regex adverb stuff in rakudo 14:58
moritz it's a bit hacky 15:01
sorear niecza: sub foo($x) { constant %h = ( a => 1, b => (say 3; 2) ); %h{$x} }; say foo('a'); say foo('b') 15:06
p6eval niecza v4-62-ga31f8f4: OUTPUT«3␤1␤2␤»
sorear hrm 15:13
sorear m/foo/ # rakudo: $_.match(/foo/) niecza: /foo/.ACCEPTS($_) 15:13
dalek ecza: bdcd777 | sorear++ | src/niecza:
Parse regex modifiers and complain about NYI ones
15:47
sorear likewise, s/foo/bar/ # rakudo: $_ = $_.subst(/foo/, {bar}) niecza: _subst($_, /foo/, {bar}) 15:48
I guess the Rakudo way is probably more correct here? ( moritz TimToady )
Kharec hi 16:01
is there a way to checkout the perl6 svn/git ?
I didn't find any link on perl6 website
newguy what is the command to create a simple text file from Perl6? 16:03
sorear Kharec: depends on what you want to do. There are a lot of Perl 6 related repositories 16:05
PerlJam Kharec: perlpilot@github.com/rakudo/star.git
PerlJam Kharec: that's Rakudo Star, a perl 6 distribution. 16:05
Kharec sorear: I want to work on perl6 code.
sorear newguy: spew($name, $contents)
PerlJam Kharec: If you're looking to contribute, we have several Perl 6 implementations, each with their own repositories 16:06
Kharec on parrot, by example?
It's on parrot which I want to work.
PerlJam Kharec: github.com/rakudo/rakudo.git
sorear The only Perl 6 implementation on Parrot currently is Rakudo
PerlJam oops, that first URL apparently has my github id in it. Ignore that part :) 16:07
Kharec thanks 16:08
PerlJam bummer 16:09
I wish he would have stuck around.
Hopefully he'll clone the rakudo repo and then be back
sorear TimToady: consider 「my $foo = "ab"; $foo ~~ m:rw/(.)(.)/; $1 = "cd"; $2 = "ef"; say $foo」. What should this do? How should it do it? 16:16
dalek ecza: 4b7a361 | pmurias++ | hoopl/ (2 files):
[hoopl] refactor the passes, add helper mapE and insnToGraph functions
16:23
pmurias how can optimalisations be tested?
all tests run correctly and specified tests run faster after they have been applied? 16:24
tadzik hmm, 2 new 6perlists today 16:29
dalek ecza: 79da9b6 | pmurias++ | hoopl/ (4 files):
[hoopl] constant folding for bif_minus and bif_divide
16:38
pmurias sorear: if you look at the commit you'll see that adding support for a new opcode require a lot of code, any ideas how that could be reduced 16:42
?
newguy having problem creating new file from perl. What's the command? Do you use file handle? 16:45
tadzik use open() 16:46
newguy even if the file does not exist?
takadonet my $ fh = open($file,:w); 16:47
tadzik like in C :) 16:48
masak oh hai zebras! 16:57
an hour and a few minutes remain till the #cqrs-perl6 mini-course. open invitation; come as you are.
sorear hello mzsak.
masak hi zorear. 16:58
sorear I hear you think I'm famous.
pmurias masak: will it be logged?
tadzik masak: o/
masak sorear: yes, and I think you're only getting started.
pmurias: yes.
masak prepares a bit of course material 16:59
sorear attempts to find out what CQRS is 17:00
masak let me know how that goes :) 17:01
moritz sorear: /join #/w 16 17:02
sorry
sorear: /join #cqrs-perl6 and find out
masak sorear: what moritz said. class starts in an hour, lasts for two, and is free :) 17:03
moritz newguy: my $file = open($filename, :w); $file.say("new line"); $file.close; 17:08
masak moritz++
moritz newguy: the .close is important, otherwise the file might not get written at all
(which is a bug in rakudo, but one that's not easily fixed)
masak there are no guarantees for timely DESTROY, or even that DESTROY is called at all. 17:09
moritz not a good language for world destruction :-)
newguy moritz: so i need to define variable $file above that line right? 17:10
moritz newguy: no, just $filename
or just use a literal string there 17:11
sorear Why isn't the hash sigil #?
newguy moritz: ok will try now
moritz the 'my' already declares the $file variable
sorear: because that's for comments :-)
masak my $file = open('README', :w);
moritz NOOO
don't override the README file! :-)
sorear I've seen other characters besides # used for comments
masak no-one reads it anyway :P
newguy moritz: so what would be the file name that is created in my directory?
moritz newguy: if you have my $filename = 'output.txt'; the the file will be called output.txt 17:12
sorear #, %, *, \, ", ', ;, : I think are all the end-of-line comment chars I've seen
moritz sorear: I think the mapping from symbol to meaning is primarily historical, and less bound to the name of the symbol 17:14
moritz .u zip 17:14
phenny U+A290 YI SYLLABLE ZIP (ꊐ)
moritz we could use that instead of infix:<Z>
people would hate us :-)
I mean, more than they do now :-)
tadzik I just imagined like 10 yrs ago people thought "we can use » instead of >>... but no, people will hate us" :) 17:15
masak 10 yrs later... they do :) 17:16
newguy moritz: It works... now i need to learn how to manipulate text
masak newguy: that's the fun part! :) 17:17
newguy: Perl is very good at manipulating text.
newguy moritz: I am network administrator. I will be using this to create script files that get applied to routers on a WAN 17:18
sorear tadzik: ~10 years ago Perl 6 was much more APLy
tadzik sorear: APLy? 17:20
masak really?
we've gotten *more* metaops since then.
I'd say 10 years ago, Perl 6 was a lot more like Perl 5. 17:24
sorear AIUI, early Perl 6 relied on Unicode operators for a lot of stuff 17:28
masak oh, that's what you meant. yes. 17:29
there was the yen symbol for zipping, for example.
masak but you could also use a 'Y', I think. 17:29
sorear how would that interact with unspace? 17:30
sorear aren't the yen and backslash encoded ambiguously in a lot of Japanese encodigng? 17:30
masak not sure how that'd work out.
PerlJam masak: 10 years ago Perl 6 was a lot more like Perl 5 .... along which axes? ;) 17:33
masak PerlJam: syntax-wise, for example.
PerlJam: also the terminology was a lot more alike. 17:34
PerlJam: look at E03, which ends by stating how little you need to change for it to be valid Perl 6.
might've been E02, I don't remember.
PerlJam Hmm.
masak it's something like "96% similar!"
PerlJam I think I agree. 17:35
aside from the Regex revamp, Perl 6 was a lot like Perl 5 back then
masak ...which makes sense, of course.
PerlJam and if you compare Perl 6 then with Perl 5 *now* they were even *more* similar 17:36
moritz modulo sigl invariance
masak :)
and parens.
masak 24 minutes to #cqrs-perl6. feel free to drop in. 17:37
PerlJam So ... Perl 5 is slowly evolving into Perl 6, it's just 10-20 years behind the state-of-the-art
;-)
masak PerlJam: big words from a language whose most featureful implementation is 1e2-1e4 slower than Perl 5 :) 17:41
PerlJam That's just an implementation detail.
:)
masak ...they cheerfully declared, and set of on their long road to obscurity and obsolesence... :) 17:43
masak seems to be channeling the Grinch today
PerlJam It sounded slightly Tolkienesque though 17:46
patrickas o/ Zs 17:55
can someone close RT #86764 if no one obejects to it?
moritz takes a look 17:57
rakudo: say (1, 2, 3).Array.perl 17:58
p6eval rakudo 5ac05e: OUTPUT«[1, 2, 3]␤»
moritz patrickas: do we have a test?
patrickas I think we have three :-)
moritz great 17:59
patrickas github.com/perl6/roast/commit/3977...eb8adaf845
but I keep forgetting the thingy that triggers a mail to RT when I add tests :(
moritz the mailer might be sleeping 18:00
patrickas: your commit message should have triggered it
patrickas oh ok 18:01
newguy when output to a file... how do you go to new line? This does not work.. my $file = open($filename, :w); $file.say("new line1/nline2"); $file.close; 18:32
masak newguy: backslash.
newguy masak: like this? $file.say("new line1\nline2") 18:33
masak newguy: exactly. 18:33
newguy masak: does not work.. output is "new line1 line2 " all on 1 line 18:34
tadzik windows line endings? 18:37
try \r\n or something
PerlJam tadzik: \n is still a logical newline I think, so it should work no matter the OS 18:40
tadzik dunno 18:41
newguy thanks. this works $file.say("new line1\r\nline2"); $file.close
PerlJam interesting.
newguy im using raduko on vista
sorear rakudo 18:42
newguy oops.. I am newguy :P
patrickas using rakudo, \n inserts char 0x0a on windows 7 too 18:43
masak that's a rakudobug.
please submit it. 18:44
flussence
.oO( what if you *need* a \n? )
18:56
masak flussence: chr(10), perhaps. 18:58
flussence oh, I always forget the obvious stuff :)
newguy ok im signing out for the day. Today i wrote hello world and output blah to a new text file! 19:18
masak newguy++
o/
newguy and 19:19
masek: yes i will be using "++" next to increment numbers in an array to each of my text file
masak :) 19:20
rindolf Hi all. 20:16
masak hi rindolf.
rindolf masak: what's up?
masak giving a course :)
rindolf: and you?
rindolf masak: checking Twitter.
masak: worked on www.shlomifish.org/philosophy/foss-...version-3/ today (Please don't print.) 20:17
masak :)
rindolf masak: and I published www.shlomifish.org/humour/human-hac...-guide-v2/ 20:18
masak: which course are you giving? 20:19
masak rindolf: #cqrs-perl6.
rindolf: it's almost over. been at it for 2.5 hours now.
rindolf masak: what is CQRS? 20:20
masak rindolf: that's what I'm trying to convey in the course :) 20:22
rindolf: you can backlog that channel if you like.
rindolf masak: :-S
masak rindolf: it's *because* it's non-trivial to explain that I'm holding the course :) 20:23
moritz rindolf: it's basically an architecture style where you separate commands to a backend from their responsens 20:25
rindolf moritz: ah.
jnthn phew, home :) 20:57
masak jnthn: welcome back! \o/
jnthn :)
rindolf jnthn: hi.
jnthn: what's up?
tadzik jnthn: o/ 20:58
jnthn rindolf: Just back from a trip to teach a couple of classes. So I'm tired, but all is well. :)
rindolf jnthn: ah, OK.
sorear hello jnthn 21:09
jnthn o/ sorear
ruben1194navarro hey anyone knows if pugs is faster than rakudo 21:49
pmurias why do you ask?
masak ruben1194navarro: I think it might be in some cases. but speed isn't everything.
ruben1194navarro: Rakudo is more featureful in almost all respects nowadays. 21:50
masak ruben1194navarro: if you want speed more than features, have a look at Niecza. 21:50
ruben1194navarro ooh thanks ill check it out
masak as usual, resources over at perl6.org 21:52
masak 'night, #perl6. 22:06