🦋 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: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
nine Raku's strength here is being able to compose existing syntactical structures into concise expressions. Having methods for every possible minor variation of a task reminds me of Ruby. It's what at least to me makes it hard to learn. 08:14
Geth rakudo: komainu8++ created pull request #5235:
Fix a wrong protocol in a URL of "git clone"
08:58
rakudo/main: f79ae57133 | (Horimoto Yasuhiro)++ | INSTALL.md
Fix a wrong protocol in a URL of "git clone"

If we use "git://github.com/rakudo/rakudo.git" when we clone sources of Rakudo, we fail git clone as below.
fatal: unable to connect to github.com:
I think we should use https:// instead of git:// when we execute "git clone".
09:02
rakudo/main: df17465f48 | (Patrick Böker)++ (committed using GitHub Web editor) | INSTALL.md
Merge pull request #5235 from komainu8/fix-build-procedure

Fix a wrong protocol in a URL of "git clone"
lizmat notable6: weekly 10:47
notable6 lizmat, No notes for “weekly”
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2023/03/20/2023-12-priced-2/ 11:44
Geth rakudo/main: 58157b8d38 | (Elizabeth Mattijsen)++ | src/core.c/RakuAST/Raku.pm6
RakuAST: add some missing invocant markers
12:34
Geth Template6/main: cbb6a622d4 | (Polgár Márton)++ | lib/Template6/Parser.rakumod
New raw string inclusion system
15:08
Template6/main: 1d0c3b0746 | (Polgár Márton)++ | t/10-challenge-escape.rakutest
Basic testing for escapes

Could be hardened further...
Template6/main: 4e713a8e69 | (Polgár Márton)++ | 2 files
0.11.4