pugscode.org/ | nopaste: sial.org/pbot/perl6 | pugs: [~] <m oo se> (or rakudo:, kp6:, smop: etc.) || We do Haskell, too | > reverse . show $ foldl1 (*) [1..4] | irclog: irc.pugscode.org/
Set by TimToady on 25 January 2008.
syle perl6 have threads? 02:40
allbery_b intended to, yes. implementations may not do so as yet, but the language spec includes things which are specifically targeting not just threads in general but automatic threading 02:46
allbery_b (clarifying: threads are not required, but there are language features which implementations are encouraged to treat as requests for automatic threading) 02:50
masak rakudo: class C {} 11:56
exp_evalbot RESULT[Null PMC access in find_method()␤current instr.: '_block10' pc 35 (EVAL_11:16)␤called from Sub 'parrot;PCT::HLLCompiler;eval' pc 785 (src/PCT/HLLCompiler.pir:458)␤called from Sub 'parrot;PCT::HLLCompiler;evalfiles' pc 1067 (src/PCT/HLLCompiler.pir:587)␤called from Sub
..'parrot;PCT::HLLCompiler;command_line' pc 1246 (src/PCT/HLLCompiler.pir...
masak hm... 11:57
rindolf Hi all. 14:36
"May I have your attention please? May I have your attention please? Will the real TimToady please stand up? I repeat: Will the real TimToady please stand up? We're gonna have a problem here." 14:37
"Have you seen a right bracket before...."
sigils all over the code. 14:38
Heh.
zshzn spittin on your onion rings 14:53
rindolf zshzn: heh. 15:03
cj mornin' folks 16:42
you and your UTF-8 characters! 16:43
loggg I want to call C library functions (specifically, OpenGL) from perl 6. Is this functionality working yet? How are these calls made? 20:55
Tene loggg: OpenGL support was just recently added to Parrot. 20:56
rindolf Tene: heh, nice. 20:57
SamB why the heck does it need opengl support??? 21:09
SubStack why not? 21:15
SamB well, I mean, couldn't opengl bindings exist independantly of either parrot or opengl? 21:16
Tene SamB: Parrot's native call interface support isn't automatic yet. There's work being done currently to automatically read the headers on the system to generate bindings, but it's not complete yet. 21:46
SamB Tene: eh??? 21:47
that sounds rather nasty
Patterner like h2ph?
SamB or did you mean at runtime?
Tene SamB: That's about as much as I know right now, actually. 21:51