This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html Set by lizmat on 8 June 2022. |
|||
01:01
razetime joined
01:05
razetime left
01:06
razetime joined
03:47
discord-raku-bot left
03:51
discord-raku-bot joined
04:05
razetime left
04:29
Heptite left
04:48
razetime joined
05:13
kueppo left
08:10
dakkar joined
08:29
razetime left
08:50
frost63 joined,
frost63 left
08:53
razetime joined
08:54
frost66 joined
09:07
kueppo joined
09:11
kueppo left
09:56
frost66 left
10:24
frost74 joined
10:35
frost74 left
10:38
frost17 joined
10:58
frost17 left
11:44
aaaaaaaaaa24 joined
11:52
frost32 joined
12:35
Heptite joined
12:52
jgaz joined
13:57
frost32 left
14:28
Guest8022 joined,
Guest8022 left
14:30
Kaiepi left,
Kaiepi joined
14:34
Kaipei joined
14:35
Ebudae joined
14:38
Kaiepi left,
Heptite left
15:21
aaaaaaaaaa24 left
16:19
jgaz left
16:20
jgaz joined
16:37
dakkar left
16:45
jgaz left
16:52
Ebudae is now known as Heptite
17:53
razetime left
18:09
helppls joined,
jgaz joined
|
|||
helppls | Hey, I'm trying to create a simple interpreter in Raku, but I'm getting a weird output starting with: ´Żó and ending with ´Żú, for example here: | 18:14 | |
´ŻóZmienna x wynosi 20. print x.´Żú | |||
statement => ´ŻóZmienna x wynosi 20´Żú | |||
var-declaration => ´ŻóZmienna x wynosi 20´Żú | |||
var-name => ´Żóx´Żú | |||
var-value => ´Żó20´Żú | |||
statement => ´Żóprint x´Żú | |||
func-call => ´Żóprint x´Żú | |||
var-name => ´Żóx´Żú | |||
any ideas what could be causing this? | |||
lizmat | feels like a weird form of mojibake ? | 18:16 | |
helppls | It seems like it shows even on simplest code like: my $prog = "my a = 10;"; | 18:21 | |
grammar L { | |||
rule TOP{ | |||
'my a = 10;' | |||
} | |||
} | |||
say L.parse($prog); | |||
Nemokosch | huh, good luck to figure this one out... what system are you using? | 18:24 | |
helppls | win10 | 18:26 | |
lizmat | helppls: fwiw, that code gives me: 「my a = 10;」 | 18:27 | |
as expected | 18:28 | ||
what does raku -v say? | |||
helppls | Welcome to RakudoÔäó v2022.07. | 18:29 | |
Implementing the Raku® Programming Language v6.d. | |||
Built on MoarVM version 2022.07. | |||
lizmat | are you on Windows per chance ? | ||
helppls | yes, windows 10 | ||
Nemokosch | windows 10 sounds like that | ||
okay, this is definitely some encoding zalgo | 18:30 | ||
unicode displayed poorly | |||
helppls | I suppose it could be only from the side of my termin, so I could ignore it for now and on different machine/vm it should be working just fine, right? | ||
lizmat | it should | 18:31 | |
helppls | Okay, thank you very much guys :) | ||
Nemokosch | maybe even a change in the terminal or another terminal could help on it | 18:32 | |
helppls | Ok, after some time figuring it out I will just opt to ignore it for now though, thanks! | 18:34 | |
18:39
helppls left
20:55
[Coke]__ joined
20:58
[Coke] left
21:13
jgaz left
21:19
Kaipii joined
21:21
Kaipii left
21:23
Kaipei left
22:25
Kaiepi joined
22:38
Kaiepi left
|