<< 28-07-2026 >>

01:18:47*fallback quit (Remote host closed the connection)
02:47:24*rockcavera quit (Remote host closed the connection)
03:43:47*fallback joined #nim
06:04:34*Amun-Ra joined #nim
06:56:16*termer quit (Remote host closed the connection)
06:56:36*termer joined #nim
07:55:01*_________ quit (Remote host closed the connection)
07:55:23*_________ joined #nim
08:28:44*Jhonny2x4 quit (Quit: Jhonny2x4)
08:29:02*Jhonny2x4 joined #nim
09:40:51*beholders_eye joined #nim
09:50:17*Skippy8 joined #nim
10:05:55*fallback quit (Quit: IRCNow and Forever!)
10:07:22*fallback joined #nim
10:07:47*Skippy8 quit (Ping timeout: 260 seconds)
10:08:42*Skippy8 joined #nim
10:23:52*Skippy8 quit (Ping timeout: 247 seconds)
10:50:19*beholders_eye quit (Ping timeout: 261 seconds)
12:26:12*acidsys quit (Ping timeout: 256 seconds)
12:28:04*acidsys joined #nim
14:41:52*Mister_Magister quit (Excess Flood)
14:42:12*Mister_Magister joined #nim
15:04:24*beholders_eye joined #nim
16:04:31*Skippy8 joined #nim
16:41:23*Skippy8 quit (Ping timeout: 263 seconds)
16:41:34*Skippy8 joined #nim
16:58:49*Skippy8 quit (Ping timeout: 248 seconds)
17:00:56*Skippy8 joined #nim
17:12:27*Skippy8 quit (Ping timeout: 260 seconds)
17:16:29*Skippy8 joined #nim
17:21:31*coolpelican joined #nim
17:26:18*coolpelican left #nim (#nim)
18:02:54*beholders_eye quit (Ping timeout: 241 seconds)
18:03:58*Skippy8 quit (Ping timeout: 255 seconds)
18:38:40*Skippy8 joined #nim
19:30:49*termer quit (Remote host closed the connection)
19:32:25*termer joined #nim
19:48:42FromDiscord<DetermiedNim1> sent a code paste, see https://paste.rs/d1nJ6
19:49:01FromDiscord<DetermiedNim1> (edit) "https://paste.rs/KVngN" => "https://paste.rs/blUa5"
19:49:33FromDiscord<DetermiedNim1> (edit) "https://paste.rs/L3yNp" => "https://paste.rs/UtBYP"
20:45:55*Skippy8 quit (Ping timeout: 264 seconds)
21:21:48FromDiscord<0ffh> I honestly don't know but I think Nim syntax should be well enough circumscribed that the parser knows if to expect a variable or type identifier, so with distinct symbol tables that'd be no problem.
21:23:01FromDiscord<0ffh> Couldn't do it in C, where there's no helping ``var`` or ``let`` keywords.
21:23:29FromDiscord<0ffh> Probably also helps make the parser fast.