🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
Geth App-Rakubrew/JJ-patch-1: be06160919 | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | lib/App/Rakubrew/Variables.pm
:recycle:

This was still around
06:50
App-Rakubrew: JJ++ created pull request #84:
:recycle: rename
06:51
grondilu Hello. A state variable doesn't seem to get initialized properly when using the -n option. 07:07
quite difficult to show here, but just run `$ cal |raku -ne 'say (state Int $sum = 0)'` 07:08
FYI I wanted to compute the cumulated sum of a file with a bunch of numbers per line. 07:10
so something like `raku -ne 'state Int $sum = 0; say $sum; $sum+=$_'` 07:11
Geth App-Rakubrew/main: be06160919 | (Juan Julián Merelo Guervós)++ (committed using GitHub Web editor) | lib/App/Rakubrew/Variables.pm
:recycle:

This was still around
08:05
App-Rakubrew/main: 08cbd89271 | (Patrick Böker)++ (committed using GitHub Web editor) | lib/App/Rakubrew/Variables.pm
Merge pull request #84 from Raku/JJ-patch-1

  :recycle: rename
melezhik grondilu: ooo - what do you expect to see when run $ cal |raku -ne 'say (state Int $sum = 0)' ? 08:16
so looks like it produces a lot of (Int) , when should produce a lot of 0 ? 08:20
wayland76 Hi all! Is there a class hierarchy diagram of the Raku classes? 09:06
lizmat there used to be, I think... probably better asked on #raku-doc 09:10
or [Coke] ^^ ?
wayland76 Yeah, I felt sure I'd seen one.
grondilu tell melezhik: I expected a bunch of 0, yes. Not (Int). 09:31
librasteve wayland76: raku.land/zef:jjmerelo/Doc::TypeGraph 09:41
teach a man to fish
wayland76 librasteve: Wouldn't it be more efficient to use en.wikipedia.org/wiki/One-instruct...t_computer ? :p 10:11
librasteve lol 11:04
El_Che hi 11:52
tellable6 2025-02-22T23:01:30Z #raku-dev <jdv> El_Che the 2025.02 release is done
El_Che (building) 11:58
melezhik . 12:11
.tell grondilu: looks like you forgot to declare some deps for chess - sparky.sparrowhub.io/report/grondi...hess/23616
tellable6 melezhik, I'll pass your message to grondilu
melezhik btw you can pick badge now, available at artifacts/badge.txt 12:12
El_Che linux pkgs released to repos 12:27
melezhik .tell grondilu: bitcoin-raku-tools ci fails - sparky.sparrowhub.io/report/grondi...ools/23618 12:28
tellable6 melezhik, I'll pass your message to grondilu
melezhik .tell antonantonov: your badge is ready for pickup, in case you need one more CI - sparky.sparrowhub.io/report/antono...eory/23626 ) 12:33
tellable6 melezhik, I haven't seen antonantonov around
lizmat El_Che++ 12:37
melezhik Hi community! sparky.sparrowhub.ci goes for alfa testing , anyone could spin up test for their repo, just 1) login using raku/raku as cress 2) follow sparky.sparrowhub.io/build/project/new-project and enter your favorite Raku module repo 3) submit - within minute you'll get it added to the system 4) pickup badge.txt if you like it and add it to module's README 5) Thanks ) ☺️ 13:13
melezhik cress -> creds 13:13
should be module source control repo, for example - github.com/bduggan/raku-map-leaflet 13:14
badges are collected via module build page report, artifacts -> badge.txt
current Rakudo version to test again is 2025.02 13:15
sparky.sparrowhub.ci -> sparky.sparrowhub.io 13:17
antononcube @librasteve I think making an LLM-based recommender for emojis is a good exercise and it should be done. I am looking for a more robust solution though withe more deterministic methods. 14:03
For example, LLMs can be used to derive for each emoji a description and corresponding search queries. Then Latent Semantice Analisys (LSA) is applied. Classical LSA, using matrix factorization, cannot be done easily with Raku currently, but LSA factorizations done with other systems can be imported. Also, currently, in Raku LSA via LLM-embeddings can be done. Note, that these LLM applications are done only once 14:09
-- the subsequent procedures are deterministic.
Geth ¦ App-Rakubrew: patrickbkr self-assigned Trying to build `main` results in "refusing to install version broken" github.com/Raku/App-Rakubrew/issues/86 16:11
lizmat clickbaits rakudoweekly.blog/2025/02/24/2025-...avalanche/ 16:46
[Coke] is it standard for things with REST APIs that return JSON that if there's a language SDK around it, they return JSON as well instead of an in-lang data structure? 20:27
(seeing this on an azure library and and seems like they could have gone the one extra step)
ugexe i would think the response has its own datastructure that has annotations for marshaling and unmarshaling it 20:34