00:45 stanrifkin_ left
disbot3 <antononcube> Raku is the best language for LLMs!!! 00:58
<antononcube> After programming in Raku for few years, I can’t stand looking at Perl. 00:59
<neekotism> How do I get this to work? user@freeBSD:~/p6-WebSocket $ zef install . ===> Searching for missing dependencies: HTTP::Server::Tiny ===> Searching for missing dependencies: HTTP::Parser, HTTP::Status, IO::Blob, HTTP::Tinyish ===> Searching for missing dependencies: File::Temp ===> Fetching [FAIL]: IO::Blob:ver<0.0.1> from 01:51
raw.githubusercontent.com/raku/REA...%3E.tar.gz Aborting due to fetch failure: IO::Blob:ver<0.0.1> (use --force-fetch to override) user@freeBSD:~/p6-WebSocket $ zef install . --/test ===> Staging WebSocket:ver<0.0.1> ===SORRY!=== Error while compiling /home/user/p6-WebSocket/site#sources/DA4F4051BC11556849EA63C5102741113C0A5919
(WebSocket::Handshake) Could not find Digest::SHA in: /tmp/.zef.1759565948.23059/1759565949.23059.3946.3693080643634 /home/user/.rakubrew/versions/moar-2025.08/install/share/perl6/site /home/user/.rakubrew/versions/moar-2025.08/install/share/perl6/vendor /home/user/.rakubrew/versions/moar-2025.08/install/share/perl6/core CompUnit::Repository::AbsolutePath<35002671984> CompUnit::Repository::NQP<35008758840>
CompUnit::Repository::Perl5<35008758880> at /home/user/p6-WebSocket/site#sources/DA4F4051BC11556849EA63C5102741113C0A5919 (WebSocket::Handshake):6
06:57 arkiuat left 06:59 arkiuat joined 07:03 arkiuat left 07:34 arkiuat joined 07:38 arkiuat left 08:06 arkiuat joined 08:10 arkiuat left 08:39 arkiuat joined 08:44 arkiuat left 08:55 arkiuat joined 09:00 arkiuat left 09:11 arkiuat joined 09:16 arkiuat left 09:39 arkiuat joined 09:45 arkiuat left 10:14 arkiuat joined 10:19 arkiuat left 10:40 arkiuat joined 10:45 arkiuat left 11:15 arkiuat joined 11:20 arkiuat left 11:41 arkiuat joined 11:46 arkiuat left 12:15 arkiuat joined 12:20 arkiuat left 12:42 arkiuat joined 12:48 arkiuat left 13:17 arkiuat joined 13:22 arkiuat left 13:43 arkiuat joined 13:48 arkiuat left
disbot3 <antononcube> @neekotism Can you install "Digest::SHA" with the following command? zef install Digest::SHA 13:52
ds7832 Can someone point me to documentation that explains how "my Int $x" and "my int $x" differ? I came to this from how they're used in this code example to distinguish multimethods docs.raku.org/language/typesystem#...and_multis 13:54
m: my @l = (my Int $x, my int $y, my Int $z = 1, my int $w = 2); say @l
camelia [(Int) 0 1 2]
ds7832 Is it that lower-case `int` initializes them to their default value (0 in this case, "" for strings, etc)? 13:56
13:58 arkiuat joined
ds7832 The typegraph on Int (docs.raku.org/type/Int) shows int is a subclass, but the link to it is 404: docs.raku.org/type/int 14:01
m: Int.HOW 14:06
camelia ( no output )
ds7832 m: int.HOW 14:07
disbot3 <neekotism> I can't
camelia ( no output )
ds7832 m: say Int.HOW 14:08
camelia Perl6::Metamodel::ClassHOW.new
ds7832 m: say int.HOW
camelia Perl6::Metamodel::NativeHOW.new
disbot3 <antononcube> @neekotism Try to install from GitHub and/or by downloading the package. That package does not seem to exist in raku.land. You might have an odd combination of OS/packages/versions. 14:51
ds7832 @neekotism: Did you perhaps mean Digest::SHA1 , with a 1 at the end? I think I had to insatll that one a couple of days ago. 15:00
oh sorry, nevermind that. I got confused reading through the messages. 15:10
arkiuat ds7832, have you looked at docs.raku.org/language/nativetypes yet? That is where lower-case int is documented and its differences from Int discussed 15:34
also docs.raku.org/language/numerics#Native_numerics 15:35
ds7832 arkiuat: That answers it, thanks! 15:54
arkiuat cool 15:58
17:34 arkiuat left 17:43 arkiuat joined 19:58 arkiuat left 20:00 arkiuat joined 20:05 arkiuat left 20:17 librasteve_ joined 20:19 arkiuat joined