[01:00] *** bda joined [02:46] *** bda left [05:06] *** hkdtam joined [07:19] *** discord-raku-bot left [07:30] *** discord-raku-bot joined [11:47] *** bda joined [14:20] *** lizmat_ joined [14:21] *** TempIRCLogger left [14:21] *** TempIRCLogger joined [14:24] *** lizmat left [14:29] *** lizmat_ is now known as lizmat [14:29] *** lizmat left [14:30] *** lizmat joined [14:54] what's the best way to check the platform (Linux, macOS, or Win32) in Raku? [15:08] `$*DISTRO.name` and `$*VM.osname` will give a name of some sort [15:08] m:``` [15:08] say $*DISTRO.name [15:08] ``` [15:08] boo [15:08] ``` [15:08] bastille% raku -e 'say $*DISTRO.name' [15:08] openbsd [15:08] ``` [15:09] not sure on what its value will be on linux, but on os x it's `darwin` [15:09] windows can have a handful of values, but `$*DISTRO.is-win` takes care of that [15:35] Ubuntu 20.04 [16:00] convenient 🙂 [19:51] *** bda left [19:58] *** bda joined [21:31] *** bda left [22:12] *** bda joined [22:37] *** bda left