»ö« Welcome to Perl 6! | perl6.org/ | evalbot usage: 'p6: say 3;' or rakudo:, or /msg camelia p6: ... | irclog: irc.perl6.org or colabti.org/irclogger/irclogger_logs/perl6 | UTF-8 is our friend! Set by moritz on 22 December 2015. |
|||
00:00
kurahaupo left
00:02
mcmillhj left
00:04
kurahaupo joined
00:09
markong left
00:10
mcmillhj joined
|
|||
tbrowder | Zoffix: that module was renamed Net::IP so i could tag it CPAN5 for lizmat’s butterfly effort. i am happy to remove the *Lite version. | 00:14 | |
yoleaux | 22 Feb 2018 23:42Z <Zoffix> tbrowder: build log shows your cpan://id/T/TB/TBROWDER/Perl6/Net-IP-Lite-Perl6-1.0.1.meta having invalid JSON in its meta file. Was that ever meant to be a valid module? If not, you should delete it from PAUSE pause.perl.org/pause/authenquery?A...lete_files | ||
00:15
mcmillhj left
00:18
Kaiepi left
00:24
sharksoft joined,
comborico1611 left
00:29
mcmillhj joined,
rindolf left
01:00
mcmillhj left
01:01
pierre_ joined
01:05
mcmillhj joined
01:09
mcmillhj left
01:24
mcmillhj joined
01:26
comborico1611_ joined
01:27
MasterDuke joined,
sharksoft left
01:29
mcmillhj left
01:32
astj joined
|
|||
comborico1611_ | I'm just now finding out about NixOS. | 01:35 | |
01:41
mcmillhj joined
01:46
mcmillhj left
01:50
pharv left
01:51
comborico1611_ left
01:52
pharv joined
01:53
comborico left
01:56
pharv left
01:59
domm left
02:00
MC8 left
02:01
mcmillhj joined
02:04
khisanth_ left
02:06
mcmillhj left
02:10
pharv joined
02:15
pharv left,
Kaiepi joined
02:17
khisanth_ joined
02:18
Lynx_ left,
mcmillhj joined
02:20
Lynx_ joined
02:23
mcmillhj left
|
|||
tbrowder | .tell Zoffix i have "deleted" all Net::IP::Lite files from CPAN. | 02:24 | |
yoleaux | tbrowder: I'll pass your message to Zoffix. | ||
02:26
MasterDuke left,
MasterDuke joined
02:29
mcmillhj joined
02:34
mcmillhj left
02:36
jeromelanteri joined
02:37
galactus6x joined
|
|||
galactus6x | hello. | 02:38 | |
i have some questions about the use of perl6 | |||
i am a bit weary of the python evangelicals. i want to use perl as my scripting and glue language. | 02:39 | ||
02:40
mcmillhj joined
|
|||
galactus6x | does anyone know what i can do with perl6? as far as data science. i want to use it along with R. | 02:40 | |
MasterDuke | galactus6x: well, perl 6 doesn't anything quite like numpy or scipy yet, but yeah, it's a good scripting/glue language | 02:43 | |
NativeCall makes it easy to call C/C++ libs | |||
galactus6x | thanks! | ||
MasterDuke | have you used python much? | 02:44 | |
galactus6x | i am currently debating what to use either python or R and I just am fed up with always being told to use python. | ||
02:45
mcmillhj left
|
|||
galactus6x | perl6 looks intriguing. | 02:45 | |
do you use python MasterDuke? | |||
MasterDuke | no, but the docs do have a "from python" section. docs.perl6.org/language/py-nutshell | 02:47 | |
02:47
Zoffix joined,
ilbot3 left
|
|||
galactus6x | i guess, if python is the better language for that purpose then fine, it is just that i am used to learning C and the indenting i find odd. | 02:47 | |
Zoffix | galactus6x: no idea about data sciencing, but you could flip through the available modules: modules.perl6.org/search/ | ||
yoleaux | 02:24Z <tbrowder> Zoffix: i have "deleted" all Net::IP::Lite files from CPAN. | ||
Zoffix | galactus6x: you'll likely find more modules in that area for our sister language, Perl 5, on metacpan.org/ (thought you can use many of them in Perl 6 via Inline::Perl5 modules.perl6.org/dist/Inline::Perl5:github ) | 02:49 | |
There's also Inline::Python; dunno how good it is | |||
eco: Inline::Python | |||
buggable | Zoffix, Inline::Python 'Use Python code and libraries in a Perl 6 program': https:\\/\\/github.com\\/niner\\/Inline-Python | 02:50 | |
Zoffix | uhh.. buggable, what's with the weird escapeage :o | ||
github.com/niner/Inline-Python | |||
galactus6x | i think that would be slower and clunkier. but i may be wrong. | 02:51 | |
Zoffix | galactus6x: yeah, speed ain't the game we're good at yet. We've had our first release in just December 2015. (Python was in 1991 by comparison). They had a lot more time optimizing stuff :) Perl 5 should have decent speed, or you could use Python directly. Though I know what you mean about indenting... I never grew on me either :) | 02:52 | |
02:52
mcmillhj joined
|
|||
Zoffix | s/I/It/; | 02:53 | |
galactus6x | i am currently going through the perl6 book Think Perl6. | ||
Zoffix | Ah, cool. | ||
galactus6x | i am going to throw in and stick with Perl6. i can also learn R for data science. | 02:54 | |
Zoffix | \o/ | ||
galactus6x | i am still trying to find my place in programming. ;) | 02:55 | |
Zoffix | :) | 02:56 | |
02:56
ilbot3 joined,
ChanServ sets mode: +v ilbot3
02:57
athenot_ joined
02:58
athenot left
|
|||
galactus6x | thanks for your help Zoffix. hey, how well does perl6 work with Catalyst or Dancer? | 02:58 | |
03:00
mcmillhj left
|
|||
Zoffix | galactus6x: you'd need to use Inline::Perl5 for them. There's these slides from presentation by the author of Inline::Perl5 and there are a few Catalyst slides (starting with 36): niner.name/talks/Web%20development%...rl%206.pdf | 03:01 | |
galactus6x: I think a year and a half ago, the lead dev of Catalyst was trying it out married with Perl 6 and they didn't have a huge amount of luck. | |||
galactus6x | will it always have to be an inline? or does it matter? | 03:02 | |
Zoffix | galactus6x: it'd always have to be that module, yeah. Perl 5 and Perl 6 are different languages. But code itself it's not as in strings with code. Once you load the module, the stuff mostly looks and behaves like normal. | 03:03 | |
03:03
syntaxman joined
|
|||
galactus6x | okay. thank you for all the help. | 03:04 | |
03:04
syntaxman left
|
|||
Zoffix | buggable the bot actually uses Inline::Perl5. It got this Perl 5 code: github.com/zoffixznet/perl6-buggab...Uploads.pm that it loads here: github.com/zoffixznet/perl6-buggab...ads.pm6#L6 and here it loads it just as if it were a Perl 6 class: | 03:05 | |
github.com/zoffixznet/perl6-buggab...ads.pm6#L9 and using hashrefs from Perl 5 land as if they were normal Perl 6 hashes here: github.com/zoffixznet/perl6-buggab...m6#L26-L27 | |||
03:06
syntaxman joined,
galactus6x left
|
|||
Zoffix | (it's not always that smooth going tho... I wrote that Perl 5 module because IIRC I had trouble writing the code it has directly in Perl 6, via Inline::Perl5. It was easier to just write a Perl 5 module with a single class and method and load that instead) | 03:07 | |
03:07
kurahaupo_ joined
03:08
kurahaupo_ left,
kurahaupo_ joined
|
|||
Zoffix | Eh, they left before I had a chance to mention Cro. mi.cro.services/ | 03:10 | |
03:10
Faster-Fanboi_ left
03:11
syntaxman left,
kurahaupo left
03:12
Faster-Fanboi joined,
syntaxman joined
03:13
mcmillhj joined
03:16
buggable left
03:17
buggable joined,
ChanServ sets mode: +v buggable
|
|||
Zoffix | eco: Inline::Python | 03:17 | |
buggable | Zoffix, Inline::Python 'Use Python code and libraries in a Perl 6 program': github.com/niner/Inline-Python | ||
Zoffix | Downgraded to github.com/timo/json_fast/archive/...898bb1.zip | ||
03:18
mcmillhj left
03:19
skids left
03:20
ufobat_ joined
03:23
ufobat left
03:24
mcmillhj joined
03:29
mcmillhj left
03:33
pierre_ left
03:41
pierre joined,
mcmillhj joined
03:45
pierre left
03:46
mcmillhj left
03:49
gabiruh left
03:55
gabiruh joined
03:56
mcmillhj joined
03:59
pierre joined
04:01
mcmillhj left
04:04
pierre left
04:05
gabiruh left
04:08
gabiruh joined
04:09
pierre joined
04:11
mcmillhj joined
04:15
mcmillhj left
04:24
mcmillhj joined
04:28
mcmillhj left
04:46
gabiruh left,
Faster-Fanboi left
04:48
gabiruh joined
04:51
pharv joined
04:52
mcmillhj joined,
Faster-Fanboi joined
04:53
releasable6 left,
releasable6 joined,
ChanServ sets mode: +v releasable6
04:55
pharv left
04:57
mcmillhj left,
Cabanossi left,
wamba joined
04:58
AlexDaniel left,
Cabanossi joined
05:02
AlexDaniel joined
05:11
mcmillhj joined
05:14
Faster-Fanboi left
05:16
mcmillhj left
05:19
gabiruh left
05:20
Faster-Fanboi joined
05:25
mcmillhj joined
05:28
gabiruh joined
05:30
mcmillhj left
05:31
dustinm` left
05:37
jeromelanteri left
05:40
curan joined
05:41
dustinm` joined
05:52
mcmillhj joined
05:57
mcmillhj left
06:05
bwisti left
06:07
khw left
06:12
astj left
|
|||
AlexDaniel | ⚠ Rakudo 2018.02.1 is out | 06:13 | |
huggable: deb | |||
huggable | AlexDaniel, Alpine, CentOS, Debian, Fedora, OpenSUSE and Ubuntu Rakudo packages: github.com/nxadm/rakudo-pkg/releases | ||
06:17
kurahaupo joined
06:19
kurahaupo left
06:20
kurahaupo_ left
06:21
pierre left,
pierre joined
06:22
kurahaupo joined
06:23
mcmillhj joined
06:28
mcmillhj left
06:38
astj joined
06:39
noganex left
06:44
astj left
06:48
mcmillhj joined
06:52
pharv joined,
mcmillhj left
06:55
[Sno] left
06:57
pharv left
06:58
astj joined
06:59
lowbro joined,
lowbro left,
lowbro joined
07:01
mcmillhj joined
07:03
co3plz joined
07:05
mcmillhj left
07:08
cdg joined
07:10
wamba left
07:12
cdg left
07:14
eliasr left
07:16
troys left
07:18
Wenjie1 joined
07:21
co3plz left
07:26
mcmillhj joined
07:30
cog__ left,
APic left,
musca` left,
vike left,
coverable6 left,
greppable6 left,
statisfiable6 left,
simcop2387 left,
Ulti left,
mack[m] left,
tadzik left,
zostay left,
klapperl left,
cpup left
07:31
lowbro left,
gabiruh left,
Cabanossi left,
sftp left,
S007 left,
lizmat left,
SourceBaby left,
xenotrope left,
ambs left,
p6lert left,
synopsebot left,
salva left,
grumble left,
S007 joined
07:32
mcmillhj left,
eater left
07:33
jferrero_ left,
benchable6 left,
quotable6 left,
unicodable6 left,
notable6 left,
shareable6 left
07:35
eater joined
07:39
wamba joined
07:42
mcmillhj joined
07:47
mcmillhj left
07:51
kurahaupo_ joined
07:52
kurahaupo_ left
07:53
kurahaupo_ joined,
lowbro joined,
gabiruh joined,
Cabanossi joined,
sftp joined,
lizmat joined,
SourceBaby joined,
xenotrope joined,
ambs joined,
synopsebot joined,
p6lert joined,
salva joined,
grumble joined,
verne.freenode.net sets mode: +vv SourceBaby synopsebot,
kurahaupo left
07:54
kurahaupo joined,
kurahaupo left
07:55
kurahaupo joined
07:56
bloatable6 left,
squashable6 left,
squashable6 joined,
bloatable6 joined
07:57
cog__ joined,
APic joined,
musca` joined,
vike joined,
coverable6 joined,
greppable6 joined,
statisfiable6 joined,
simcop2387 joined,
Ulti joined,
mack[m] joined,
tadzik joined,
zostay joined,
klapperl joined,
cpup joined,
verne.freenode.net sets mode: +vvv coverable6 greppable6 statisfiable6,
kurahaupo_ left
07:58
APic left
07:59
noganex joined,
mack[m] left,
tadzik left
08:00
Garland_g[m] left,
mirlur[m] left,
Matthew[m] left,
unclechu left,
CIAvash[m] left,
TuukkaX42 left,
wictory[m] left,
ilmari[m] left,
yoleaux left,
mienaikage left,
AlexDaniel` left,
squashable6 left,
bloatable6 left
08:01
perlbot left
08:02
perlbot joined,
darutoko joined
08:03
Ven`` joined,
APic joined
08:08
xenotrope left,
Wenjie1 left
08:11
Ven`` left,
cog__ left,
musca` left,
vike left,
coverable6 left,
greppable6 left,
statisfiable6 left,
simcop2387 left,
Ulti left,
zostay left,
klapperl left,
cpup left,
lowbro left,
gabiruh left,
Cabanossi left,
sftp left,
lizmat left,
SourceBaby left,
ambs left,
p6lert left,
synopsebot left,
salva left,
grumble left
08:12
Cabanossi joined
08:14
SyrupThinker joined
08:15
mcmillhj joined
08:16
domidumont joined,
Ven`` joined,
|oLa| joined
08:17
cdg joined
08:19
mcmillhj left
08:20
domidumont left,
domidumont joined
08:21
Wenjie1 joined
08:22
cdg left,
ambs joined,
synopsebot joined,
ChanServ sets mode: +v synopsebot,
p6lert joined,
SourceBaby joined,
ChanServ sets mode: +v SourceBaby,
sftp joined,
lowbro joined,
salva joined,
grumble joined,
jeromelanteri joined,
gabiruh joined
08:23
lizmat joined
08:26
mcmillhj joined,
Wenjie1 left
08:30
quotable6 joined,
notable6 joined,
ChanServ sets mode: +v quotable6,
unicodable6 joined,
shareable6 joined,
benchable6 joined,
ChanServ sets mode: +v unicodable6
08:32
mcmillhj left
08:33
Ulti joined,
musca` joined,
klapperl joined,
zostay joined,
cpup joined,
cog__ joined
08:34
vike joined
08:35
simcop2387 joined
08:40
mcmillhj joined
08:42
rindolf joined
08:44
mcmillhj left
08:45
domm joined
08:53
pharv joined
08:54
AlexDaniel left
08:57
bloatable6 joined,
ChanServ sets mode: +v bloatable6,
squashable6 joined,
ChanServ sets mode: +v squashable6,
pharv left
09:00
mirlur[m] joined
09:08
sena_kun joined,
markong joined
09:16
zakharyas joined
09:18
greppable6 joined,
mcmillhj joined
09:20
robertle joined
09:22
zakharyas left
09:23
zakharyas joined,
mcmillhj left
09:24
zakharyas left,
khw joined
09:25
zakharyas joined
09:28
zakharyas left,
zakharyas joined
09:30
scimon joined
09:37
mcmillhj joined
09:41
mcmillhj left
09:42
pmurias left
09:43
pmurias joined
09:44
Ven` joined,
Ven`` left
09:46
ufobat_ is now known as ufobat
09:47
CIAvash[m] joined,
AlexDaniel` joined,
unclechu joined,
tadzik joined,
mack[m] joined,
Matthew[m] joined,
ilmari[m] joined,
wictory[m] joined,
TuukkaX42 joined,
mienaikage joined,
Garland_g[m] joined
09:51
mcmillhj joined,
pmurias left
09:52
pmurias joined
09:56
mcmillhj left
10:00
yoleaux joined,
ChanServ sets mode: +v yoleaux
10:02
sena_kun left,
pmurias left,
sena_kun joined
10:04
zakharyas left,
mcmillhj joined
10:05
ChoHag left
10:06
astj left,
astj joined
10:07
zakharyas joined
10:08
cdg joined,
zakharyas left
10:09
mcmillhj left,
zakharyas joined
10:11
AlexDaniel joined
10:13
cdg left
10:15
mcmillhj joined
10:20
mcmillhj left
10:23
Wenjie joined
10:28
astj left
10:29
astj joined
10:33
mcmillhj joined,
astj left
10:38
mcmillhj left
10:41
astj joined
10:45
astj left
10:46
mcmillhj joined
10:47
AlexDaniel left,
AlexDaniel joined
10:51
mcmillhj left,
pierre left
10:54
pharv joined
10:59
pharv left,
scovit left
11:00
jeromelanteri left
11:01
scovit joined
|
|||
jkramer | AlexDaniel: I played around a bit with that bot restart feature of yours and found an easier and faster way to trigger a restart that doesn't require a full upgrade. ;) github.com/rakudo/rakudo/issues/15...-367978291 | 11:02 | |
Hope that helps | |||
11:02
jeromelanteri joined
|
|||
AlexDaniel | xD | 11:02 | |
11:03
SyrupThinker left
|
|||
AlexDaniel | well, there *is* a killall command: github.com/perl6/whateverable/blob...kefile#L40 | 11:03 | |
11:04
mcmillhj joined
|
|||
AlexDaniel | but I don't know if it works or not because 「rakudobrew build moar」 is so much more handy because it does two useful things at once :D | 11:05 | |
11:06
zakharyas left
|
|||
jkramer | Yup, it actually is kind of a nice feature if you know about it :) | 11:06 | |
AlexDaniel | timotimo: ↑ is it actually safe? I recall you were saying that something can go wrong if you do that | 11:07 | |
jkramer | If someone accidentally removes it, I suggest adding `pkill -9 perl6` or something like that at the and of `make install` in case people rely on the feature | ||
11:07
zakharyas joined
|
|||
AlexDaniel | xD | 11:07 | |
xkcd.com/1172/ | |||
11:09
mcmillhj left
|
|||
jkramer | :D | 11:09 | |
teatime notes that on many non-linux unixes, killall does not do what you want; not sure if those are supported platforms or not | |||
jkramer | I think pkill is more common than killall. | 11:11 | |
11:12
astj joined
|
|||
jkramer | Just run both to be safe :) | 11:12 | |
teatime | (as in, killall kills all processes.) | ||
11:16
astj left
11:17
astj joined
11:18
astj left
|
|||
AlexDaniel | all: say 42 | 11:18 | |
committable6 | AlexDaniel, gist.github.com/bb551f43d145d59c68...f2dee0357a | ||
AlexDaniel | what… | 11:19 | |
11:19
mcmillhj joined,
Ven` left
11:23
kybr left
11:24
mcmillhj left
11:25
grumble left
11:29
kybr joined
11:31
grumble joined
11:35
mcmillhj joined
|
|||
El_Che | AlexDaniel: new rakudo packages: github.com/nxadm/rakudo-pkg/releas...v2018.02.1 | 11:37 | |
AlexDaniel | El_Che: thanks! | 11:38 | |
11:39
mcmillhj left
11:48
p6lert left,
p6lert joined
11:49
mcmillhj joined,
p6lert left,
p6lert joined
11:50
zakharyas left
11:54
mcmillhj left
11:56
konsolebox left
11:57
pierre_ joined
12:01
konsolebox joined
12:03
statisfiable6 joined,
obfusk left
12:05
curan left
12:06
mcmillhj joined
12:11
mcmillhj left
12:17
mcmillhj joined
12:18
dogbert11 joined
12:21
dogbert17 left
12:22
mcmillhj left
12:23
jeromelanteri left
|
|||
Zoffix | El_Che++ # packages | 12:26 | |
12:26
Zoffix left
|
|||
llfourn | o/ #perl6 | 12:27 | |
I'm using perl6 to explore crypto related to cryptocurrencies: medium.com/unraveling-the-ouroboro...99d21dfc88 | 12:28 | ||
12:28
wamba left
|
|||
Xliff | AlexDanie: xkcd.com/1171/ | 12:28 | |
12:30
mcmillhj joined
12:32
Ven`` joined
12:33
pierre_ left
|
|||
AlexDaniel | weekly: irclog.perlgeek.de/perl6/2018-02-23#i_15850182 | 12:35 | |
notable6 | AlexDaniel, Noted! | ||
AlexDaniel | weekly: | ||
notable6 | AlexDaniel, 2 notes: 2018-02-19T03:14:40Z <AlexDaniel>: reportable: gist.github.com/a23d46247a4aed8a42...e96e69485b ; 2018-02-23T12:35:06Z <AlexDaniel>: irclog.perlgeek.de/perl6/2018-02-23#i_15850182 | ||
AlexDaniel | weekly: clear | ||
notable6 | AlexDaniel, Moved existing notes to “weekly_2018-02-23T12:35:28Z” | ||
AlexDaniel | weekly: “I'm using perl6 to explore crypto related to cryptocurrencies” irclog.perlgeek.de/perl6/2018-02-23#i_15850182 | ||
notable6 | AlexDaniel, Noted! | ||
12:35
mcmillhj left
12:36
pierre_ joined
|
|||
llfourn | AlexDaniel: wow, that's next level irc automation | 12:36 | |
thanks! | 12:37 | ||
12:41
jeromelanteri joined
12:48
mcmillhj joined
12:50
athenot_ left,
pierre_ left
12:51
wamba joined
12:52
mcmillhj left
12:55
pharv joined
|
|||
Geth | doc/master: 5 commits pushed by (Luca Ferrari)++ | 12:55 | |
12:57
mcmillhj joined
12:59
pharv left
13:02
mcmillhj left
13:09
wamba left
|
|||
Geth | doc: 99484ea5ee | (Zoffix Znet)++ (committed using GitHub Web editor) | doc/Type/Date.pod6 Fix few typos |
13:13 | |
synopsebot | Link: doc.perl6.org/type/Date | ||
13:13
wamba joined
13:17
pierre joined
13:19
Wenjie left
|
|||
Geth | doc: aaf82dd527 | (Will "Coke" Coleda)++ | doc/Type/Date.pod6 fix typos |
13:22 | |
doc: 081c272e86 | (Will "Coke" Coleda)++ | doc/Language/typesystem.pod6 note why we dont try to compile this test |
13:26 | ||
synopsebot | Link: doc.perl6.org/language/typesystem | ||
13:34
leejo left
13:39
pierre left
13:41
lizmat left
13:43
zakharyas joined
13:46
mcmillhj joined,
pierre joined
13:48
athenot joined
13:51
cdg joined
13:52
pharv joined
13:53
wamba left
13:55
AlexDaniel left
13:57
pharv left
13:59
comborico joined
14:03
Success joined
14:04
vcv joined,
SyrupThinker joined
14:05
zakharyas left,
lizmat joined
14:07
zakharyas joined
14:08
zakharyas left
14:24
ramortegui joined
14:38
domidumont left
14:39
domidumont joined
14:46
ramortegui left,
SyrupThinker left
14:49
skids joined
14:53
zakharyas joined
14:56
SyrupThinker joined
15:03
vcv left
15:05
zakharyas left
15:09
Ven`` left
15:10
vcv joined,
jeromelanteri left
15:11
Ven`` joined
15:25
Success left
15:26
wamba joined
15:27
Success joined
|
|||
jkramer | github.com/perl6/perl6.org/blob/ma...index.html - the troll link is dead and also there's an unmatched </div> at the end and one too many </ul>s in the middle | 15:28 | |
15:34
Zoffix joined
|
|||
Zoffix | jkramer: which troll link? I see two and both work for me | 15:34 | |
Geth | perl6.org: b8e2042776 | (Moritz Lenz)++ | source/fun/index.html Markup fix, jkramer++ |
15:35 | |
perl6.org: 73b9bc8cce | (Moritz Lenz)++ | source/fun/index.html Another markup fix, jkramer++ |
|||
Zoffix | moritz++ | 15:36 | |
15:38
SyrupThinker left
15:41
zakharyas joined
|
|||
moritz | both links work for me too | 15:48 | |
15:48
athenot left
15:49
athenot joined,
char_var[buffer] left
|
|||
jkramer | pugs.blogs.com/audrey/2009/08/my-ho...gging.html - I'm getting a 404 here | 15:51 | |
Zoffix | jkramer: what about blogs.com and pugs.blogs.com? | 15:53 | |
jkramer | Huh weird, I'm using two different tunnels for two different browser and with both I get a 404, when I use a third browser without tunnel it works :) | ||
Maybe some bot protection thing of typepad.com? | 15:54 | ||
Zoffix | I'm viewing it via ssh tunnel ATM | ||
15:58
domidumont left,
Zoffix left,
comborico left
15:59
domidumont joined
16:00
pharv joined
16:01
amalia___ joined
|
|||
jkramer | Haha, now I'm getting "The owner of this website (blogs.com) has banned your IP" (from cloudflare) | 16:03 | |
With both tunnels (different servers) | 16:04 | ||
timotimo | fun times | ||
jkramer | You think discrimination is fun? | ||
timotimo | can i get some people to test a pre-release version of JSON::Fast with all their wildest documents? | ||
no, "fun times" was sarcasm on my part | |||
jkramer | ;) | ||
16:05
Ven`` left,
Ven`` joined
|
|||
jkramer | timotimo: I have some pretty wild documents, but I probably won't have time til monday | 16:06 | |
c | 16:08 | ||
16:11
Ven`` left
|
|||
timotimo | hm, ok | 16:13 | |
jkramer | I hate this wifi. Apparently the only way to keep my ssh and the tunnels alive is to simultaneously ping the servers in another shell -_- | 16:15 | |
mspo | have you tried ssh -oTCPKeepAlive=yes | 16:16 | |
El_Che | ^--- | 16:19 | |
16:26
obfusk joined
16:28
Ven`` joined,
pierre left
|
|||
timotimo | i forgot what tool i used to make my distributions and upload them to cpan ... | 16:29 | |
ah, it was mi6 | |||
16:33
AlexDaniel joined
|
|||
buggable | New CPAN upload: JSON-Fast-0.9.10.tar.gz by TIMOTIMO cpan.metacpan.org/authors/id/T/TI/....10.tar.gz | 16:37 | |
16:42
Success left
16:43
Success joined
16:44
Success left,
Success joined
16:45
Success left
16:52
lucasb joined
16:57
vcv left
16:59
mcmillhj left
17:01
lowbro left
17:02
Ven`` left
17:03
domidumont left
17:10
mcmillhj joined
17:15
mcmillhj left
17:17
scimon left,
zakharyas left
17:22
pharv left
17:24
pharv joined,
mcmillhj joined
17:26
cdg left
17:40
giraffe left
17:42
AlexDaniel left
|
|||
[Coke] | ./win 5 | 17:45 | |
El_Che | if you don't play, you don't win | ||
moritz | wiser words have been spoken. | 17:46 | |
17:47
domidumont joined
|
|||
El_Che | camelia: (^10).pick | 17:47 | |
mm | 17:48 | ||
evalable6: (^10).pick | |||
evalable6 | |||
El_Che | evalable6: (^10).pick.print | ||
evalable6 | 9 | ||
El_Che | [Coke] looses | ||
17:49
pharv left
17:52
pharv joined
17:59
vcv joined
|
|||
mst | can you not give a new formatter object a datetime you created? | 17:59 | |
oops. I was scrolled up about two days. never mind. | 18:00 | ||
El_Che | it sounds like the anti-brexit campaign :) | 18:01 | |
18:03
vcv left
18:08
syntaxman left,
DrForr left
18:09
greppable6 left,
greppable6 joined
18:23
natrys joined
18:25
ChoHag joined,
wamba left,
pharv left
18:26
pharv joined,
troys joined
|
|||
buggable | New CPAN upload: HTML-Canvas-0.0.2.tar.gz by WARRINGD cpan.metacpan.org/authors/id/W/WA/...0.2.tar.gz | 18:27 | |
lucasb | This example in docs.perl6.org/type/Hash#Non-strin...ject_hash) | ||
m: say :{ 10 => 20 }<10> | 18:28 | ||
camelia | (Any) | ||
lucasb | m: say :{ <10> => 20 }<10> # <-- Maybe it's worth mentioning :) | ||
camelia | 20 | ||
18:30
vcv joined,
committable6 left,
committable6 joined,
ChanServ sets mode: +v committable6
18:32
SyrupThinker joined
18:36
garryq1 joined
18:37
clkao_ joined
18:39
cdg joined,
Gothmog__ joined
18:40
notostraca joined
|
|||
Geth | doc: f6b1d64b9d | (Zoffix Znet)++ (committed using GitHub Web editor) | doc/Type/Hash.pod6 Correct/explain use of `<...>` with object hashes more - The `<...>` creates allomorphs for numbers, not strings - Show how to lookup numbers, strings, and allomorphs in object hashes |
18:41 | |
synopsebot | Link: doc.perl6.org/type/Hash | ||
18:42
tobs_ joined
18:43
tyilanmenyn joined,
buggable left
18:44
perlbot_ joined,
buggable joined,
ChanServ sets mode: +v buggable
|
|||
lucasb | Zoffix++ | 18:44 | |
18:44
BucciaratiVEVO joined,
khw left,
rindolf left,
unicodable6 left,
quotable6 left,
perlbot left,
TEttinger left,
garryq left,
Gothmog_ left,
Bucciarati left,
clkao left,
SCHAPiE left,
emeric left,
tyil left,
tobs left,
perlbot_ is now known as perlbot,
clkao_ is now known as clkao,
Gothmog__ is now known as Gothmog_
18:45
coverable6 joined,
ChanServ sets mode: +v coverable6,
comborico1611 joined,
tobs_ is now known as tobs
18:46
statisfiable6 left
18:47
notable6 left,
kurahaupo left
18:48
tobs left,
tobs joined,
zakharyas joined,
SCHAPiE joined
18:50
groovman joined,
rindolf joined
18:52
khw joined,
emeric joined
18:56
cdg left
18:58
groovman left
19:05
vcv left
19:06
amalia___ left
|
|||
Geth | doc: 121607e4bf | (Zoffix Znet)++ (committed using GitHub Web editor) | doc/Type/Hash.pod6 Mend info on :{ ... } and Blocks - :{} making Blocks is a bug. Now filed as R#1559 github.com/rakudo/rakudo/issues/1559 - There *are* actually two ways to make object hashes without :{}, so show them. |
19:09 | |
synopsebot | Link: doc.perl6.org/type/Hash | ||
synopsebot | R#1559 [open]: github.com/rakudo/rakudo/issues/1559 :{ } sometimes constructs a Block | ||
lucasb | role descriptions shows up as italics in docs.perl6.org/type.html | 19:14 | |
I don't like that. I think it breaks the reading flow/rhythm. And there already is a declarator column that says the type is a role | 19:15 | ||
Would anybody mind if this is removed? | 19:16 | ||
It was added here: github.com/perl6/doc/commit/7ec008...8abeadd69f | |||
reading the list alternating italic and normal fonts is strange | 19:19 | ||
19:28
lucasb left
19:30
vcv joined,
domidumont left
19:32
ChoHag left,
darutoko left
19:33
quotable6 joined,
unicodable6 joined
19:34
domidumont joined,
notostraca is now known as TEttinger
19:35
vcv left,
domidumont left,
zakharyas left
|
|||
lizmat | . | 19:39 | |
timotimo | yay it's lizmat | ||
lizmat | only physically around, I'm afraid | ||
Xliff | \o | 19:42 | |
timotimo | it's okay | 19:43 | |
19:44
someuser joined,
notable6 joined,
ChanServ sets mode: +v notable6,
statisfiable6 joined
|
|||
comborico1611 | lizmat, eating oranges? | 19:45 | |
lizmat | yesterday I had one :-) | ||
comborico1611 | Eh, better than nothing. | 19:47 | |
19:50
rindolf left
|
|||
Geth | doc: e20ad3373d | (Zoffix Znet)++ | doc/Type/Rational.pod6 Document Rational.Bool Spec: github.com/perl6/roast/commit/f82c984b43 Impl: github.com/rakudo/rakudo/commit/748d1a57b9 Discussion: irclog.perlgeek.de/perl6-dev/2018-...i_15851526 Issue: github.com/rakudo/rakudo/issues/1552 R#1552 |
19:50 | |
synopsebot | Link: doc.perl6.org/type/Rational | ||
synopsebot | R#1552 [closed]: github.com/rakudo/rakudo/issues/1552 [@LARRY][RFC] Booliness of Zero-Denominator Rationals | ||
19:51
markong left
19:52
rindolf joined
19:53
pharv left,
pharv_ joined
19:54
markong joined
19:58
robertle left
|
|||
Geth | doc: 8ac934b5e3 | (Zoffix Znet)++ | 4 files Document .Bool on allomorphs In Rakudo, this method is not actually implemented in allomorphs itself and it's inherited, but in the docs it's hard to see whether the .Bool comes from Str or Numeric portion. Spec: github.com/perl6/roast/commit/4fab1d3d7c Discussion: irclog.perlgeek.de/perl6-dev/2018-...i_15851777 |
20:06 | |
20:06
someuser left
20:10
bdmatatu joined
20:14
ChoHag joined
|
|||
bdmatatu | p6: class A does Associative { }; my %a = A.new; | 20:15 | |
camelia | Odd number of elements found where hash initializer expected: Only saw: A.new in block <unit> at <tmp> line 1 |
||
bdmatatu | I was confused by this ... should I be able to use a sigil to make a new A as long as it does Associative? | ||
moritz | bdmatatu: yes, but you need to bind to the variable | 20:19 | |
m: class A does Associative { }; my %a := A.new | |||
camelia | ( no output ) | ||
bdmatatu | oh, cool | ||
moritz | m: class A does Associative { }; my %a is A; | ||
camelia | ( no output ) | ||
moritz | also works | ||
m: class A does Associative { }; my %a is A .= new() | |||
camelia | Cannot modify an immutable A (A.new) in block <unit> at <tmp> line 1 |
||
moritz | m: class A does Associative { }; my %a is A; say %a.defined | 20:20 | |
camelia | True | ||
moritz | m: class A does Associative { }; my %a is A; say %a.defined; say %a.^name | ||
camelia | True A |
||
bdmatatu | What does 'is' do in that context? | 20:21 | |
moritz | it specifies the container type | 20:23 | |
bdmatatu | neat, thanks | 20:24 | |
20:25
Zoffix joined
|
|||
Zoffix | The "Cannot modify an immutable" is a bug, isn't it? | 20:26 | |
Wonder if it's just a too-strict check that the `is` thing ain't a Set/Bag/Mix type | |||
20:27
lucasb joined
|
|||
Zoffix | Oh wait no, it just wants method STORE or something don't it? | 20:28 | |
m: class A is Associative { method STORE(|) { say "storing" } }; my %a is A .= new() | |||
camelia | Cannot allocate memory | ||
Zoffix | Yeah, \o/ no bugs | ||
m: class A is Associative { method STORE(|) { say "storing" } }; my %a is A .= new() | |||
camelia | storing | ||
Geth | doc: 8d9fc62542 | (Zoffix Znet)++ | doc/Type/RatStr.pod6 Fix typo; add link; MasterDuke++ |
20:30 | |
synopsebot | Link: doc.perl6.org/type/RatStr | ||
20:40
eliasr joined
20:52
Zoffix left
20:54
cdg joined
21:07
bdmatatu left,
silug joined
21:09
espadrine joined
21:17
MasterDuke left,
rindolf left
21:20
markong left
21:27
comborico1611 left
21:28
ChoHag left,
ChoHag joined
21:37
pharv_ left
21:38
pharv joined
21:43
|oLa| left,
mcmillhj left
21:44
mcmillhj joined
21:54
mcmillhj left
22:06
SyrupThinker left
22:07
mcmillhj joined
22:11
mcmillhj left
22:14
pharv left,
pharv joined
22:18
athenot left
22:24
KBUDWScelie joined
|
|||
KBUDWScelie | _ _ _ _ _ _ _______ _______ _______ _______ | 22:24 | |
( ) ( ) ( ) ( ) ( \ ( \ ( ___ )( )( ___ )( ____ \ | |||
_| |_| |_ _| |_| |_ | ( | ( | ( ) || () () || ( ) || ( \/ | |||
(_ _ _)(_ _ _)| | | | | (___) || || || || (___) || (_____ | |||
(_) (_) (_) (_) (_______/(_______/|/ \||/ \||/ \|\_______) | |||
##LLAMAS | |||
pharv ChoHag espadrine silug cdg eliasr lucasb statisfiable6 notable6 unicodable6 quotable6 emeric khw SCHAPiE tobs coverable6 BucciaratiVEVO buggable perlbot tyilanmenyn TEttinger Gothmog_ clkao garryq1 committable6 troys natrys greppable6 obfusk skids lizmat dogbert11 konsolebox p6lert grumble kybr scovit sena_kun yoleaux Garland_g[m] mienaikage TuukkaX42 wictory[m] ilmari[m] Matthew[m] mack[m] tadzik unclechu AlexDaniel` CIAvash[m] mirlur[m] squashable | |||
22:24
KBUDWScelie left
22:25
mcmillhj joined
22:29
mcmillhj left
22:36
lucasb left
22:37
skids left
22:38
mcmillhj joined
22:43
mcmillhj left
22:50
mcmillhj joined
22:55
mcmillhj left
23:01
mcmillhj joined
23:06
mcmillhj left
23:13
mcmillhj joined,
tyilanmenyn is now known as tyil
23:18
mcmillhj left
23:19
SCHAPiE left,
damnlie left
23:21
damnlie joined
23:22
giraffe joined
23:24
SCHAPiE joined
23:28
sena_kun left
23:30
mcmillhj joined
23:36
mcmillhj left
23:39
natrys left
23:48
mcmillhj joined
23:50
helpme-I-am-a-Da joined
|
|||
helpme-I-am-a-Da | help me I am a Dalek! | 23:51 | |
23:52
helpme-I-am-a-Da left,
mcmillhj left
23:53
cdg left
|