<< 19-08-2026 >>

00:02:09*Skippy8 quit (Ping timeout: 265 seconds)
04:11:52*ChanServ quit (shutting down)
04:52:29*adigitoleo quit (Server closed connection)
04:52:37*adigitoleo joined #nim
06:01:40*Pixi` joined #nim
06:04:45*Pixi quit (Ping timeout: 240 seconds)
06:42:00*Pixi` is now known as Pixi
07:40:34*Skippy8 joined #nim
08:07:24*Skippy8 quit (Ping timeout: 272 seconds)
08:47:50*syl quit (Quit: C-x C-c)
08:49:15*syl joined #nim
08:52:59*marcus quit (Server closed connection)
08:53:29*marcus joined #nim
09:00:39*emery quit (Quit: https://quassel-irc.org - Chat comfortably. Anywhere.)
10:52:52*emery joined #nim
11:21:25FromDiscord<narimiran> Nim 2.4.0 RC2 is out!https://forum.nim-lang.org/t/14042#85620
11:51:54*Skippy8 joined #nim
13:16:49FromDiscord<prestosilver> In reply to @exelotl "I also use include": I used include in the event system of hangover to avoid the import loops while still exporting events from importing the event system↵<https://github.com/prestosilver/Hangover/blob/2.0/hangover/core/events.nim>↵↵Felt cleaner than just all putting the builtin events in the event impl
13:21:03FromDiscord<prestosilver> I also use it alot in code golf but obv that means nothing twords its use lmfao
13:21:54FromDiscord<prestosilver> `Include cgi` is shorter than `import strutuls` and it also imports os
13:22:06FromDiscord<prestosilver> (edit) "`Include" => "`include"
13:22:28FromDiscord<prestosilver> (edit) "strutuls`" => "strutils`"
13:32:34*Skippy8 quit (Ping timeout: 273 seconds)
13:41:12*redj quit (Ping timeout: 270 seconds)
13:42:25*Skippy8 joined #nim
13:45:48*deavmi quit (Quit: Eish, load shedding!)
14:10:43*Skippy8 quit (Ping timeout: 245 seconds)
14:24:05*bgupta quit (Server closed connection)
14:24:15*bgupta joined #nim
14:24:21*Skippy8 joined #nim
14:56:22*Skippy8 quit (Ping timeout: 255 seconds)
15:17:14FromDiscord<exelotl> omg I love that golf use 😅
15:20:06FromDiscord<enthus1ast.> @treeform nimmy is fun 🙂
15:35:28FromDiscord<enthus1ast.> https://github.com/treeform/nimmy
15:35:53FromDiscord<enthus1ast.> i cannot get the visual debugger to build unfortunately