<< 16-10-2024 >>

01:07:09FromDiscord<double_spiral> sent a code paste, see https://play.nim-lang.org/#pasty=NXYnAvbR
01:08:12FromDiscord<double_spiral> 🔥
01:11:17FromDiscord<Elegantbeef> Could also just `{.compile: "examples/lol/module.c".}`
01:12:35FromDiscord<double_spiral> Ill try to implement this tomorrow
01:13:46FromDiscord<double_spiral> Can i add args to that? I need to use -x c so gcc knows its a c file
01:13:57FromDiscord<Elegantbeef> yes
01:14:11FromDiscord<Elegantbeef> https://nim-lang.org/docs/manual.html#implementation-specific-pragmas-compile-pragma
01:59:18*rockcavera quit (Remote host closed the connection)
02:07:14FromDiscord<random.visitor> sent a code paste, see https://play.nim-lang.org/#pasty=PVaNgpTZ
02:08:04FromDiscord<Elegantbeef> What are you trying to do?
02:08:09FromDiscord<Elegantbeef> Cause what you're currently trying to do makes little sense
02:16:22FromDiscord<random.visitor> well, at the end of the day - compile time construction for some binary + text protocol fields and create a byte array I can just send over the wire later on
02:17:09FromDiscord<Elegantbeef> So what's the bindsym really for? You want the type of `x`?
02:18:15FromDiscord<random.visitor> I want to get the string value of the constant value
02:18:32FromDiscord<Elegantbeef> Right, but why?
02:19:04FromDiscord<Elegantbeef> You can use `typed` instead of `untyped` on `blah`, but there is probably a better way to do what you're doing
02:19:21FromDiscord<random.visitor> sent a code paste, see https://play.nim-lang.org/#pasty=eMZaVudl
03:08:01*Lord_Nightmare quit (Ping timeout: 244 seconds)
03:38:28*Lord_Nightmare joined #nim
05:35:08*SchweinDeBurg quit (Quit: WeeChat 4.5.0-dev)
05:35:30*SchweinDeBurg joined #nim
06:26:31*PMunch joined #nim