🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | log inspection situation still under development | For MoarVM see #moarvm
Set by lizmat on 22 May 2021.
Geth rakudo/rakudo-arg-env: c543b66542 | (Vadim Belman)++ | src/main.nqp
Add support for $RAKUDO_ARGS environment variable

A way to specify default compiler CLI options, overridable by explicitly specified in the command line. For example:
   RAKUDO_ARGS="--I. --ll-exception" rakudo --Ilib test.raku
... (7 more lines)
03:27
rakudo: vrurg++ created pull request #4691:
Add support for $RAKUDO_ARGS environment variable
carlmasak greetings, #raku-dev. merry christmas 13:55
lizmat carlmasak o/ long time no see! 13:56
carlmasak masak: I wonder if you're... me. this is weird. 13:57
lizmat: indeed. I've lost my IRC habit for some reason, but not my taste for Perl and Raku
lizmat good to hear! 13:58
carlmasak camelia: say "do you still evaluate Raku code?" 14:01
m: say "or like this?"
camelia or like this?
carlmasak oh! 14:02
I have a... wee bit of a lag going, though :D
lizmat but then you're lightyears away! :-)
carlmasak .oO( meanwhile, several ideologies to the East... ) 14:05
lizmat: kathyz waves hi and wishes a merry season to you and wendy o/ 14:06
m: say "roundtrip time..." 14:08
camelia roundtrip time...
carlmasak ...18 seconds 14:09
which means I'm at _most_ 18 light-seconds away, actually 14:10
lizmat waves back at kathyz and the kid(s) :-) 14:14
carlmasak kid, singular -- but quite the one ;)
lizmat well, it's been a while, and things.... happen :-)
Geth rakudo/rakudo-arg-env: e82e677479 | (Vadim Belman)++ | src/main.nqp
Add support for $RAKUDO_OPT environment variable

A way to specify default compiler CLI options, overridable by explicitly specified in the command line. For example:
   RAKUDO_OPT="--I. --ll-exception" rakudo --Ilib test.raku
... (7 more lines)
14:15
carlmasak haha
lizmat going out for a bit, get some cycling in while it is still 15! degrees here 14:17
carlmasak enjoy! hoping that `!` isn't a factorial :P
lizmat warmest 30 Dec ever in NL, breaking the record from 1925
carlmasak: perhaps logs.liz.nl/raku-dev/live.html is easier to read / backlog for you 14:18
carlmasak lizmat: yes, so it seems! thank you. 14:21
lizmat just scroll down for updates :-)
or up for backlogging 14:22
afk& 14:25
Geth rakudo: e82e677479 | (Vadim Belman)++ | src/main.nqp
Add support for $RAKUDO_OPT environment variable

A way to specify default compiler CLI options, overridable by explicitly specified in the command line. For example:
   RAKUDO_OPT="--I. --ll-exception" rakudo --Ilib test.raku
... (7 more lines)
15:21
rakudo: d80fb897ec | (Vadim Belman)++ (committed using GitHub Web editor) | src/main.nqp
Merge pull request #4691 from rakudo/rakudo-arg-env

Add support for $RAKUDO_OPT environment variable
15:22
Geth rakudo/Int.rand: ba14063eef | (Elizabeth Mattijsen)++ | 2 files
Make Int.rand return an Int rather than a Num

This came up with
   logs.liz.nl/raku-beginner/2021-12-30.html#19:54
20:38
rakudo: lizmat++ created pull request #4692:
Make Int.rand return an Int rather than a Num