<< 19-04-2026 >>

03:00:16FromDiscord<[Next-System] systemblue> sent a code paste, see https://play.nim-lang.org/#pasty=RKirSokt
04:39:19*amadaluzia quit (Remote host closed the connection)
06:10:55*alexdaguy joined #nim
06:28:26*zero` quit (Read error: Connection reset by peer)
06:29:36*zero` joined #nim
06:54:42*mrinsane quit (Ping timeout: 246 seconds)
09:23:17FromDiscord<asviest> sent a code paste, see https://play.nim-lang.org/#pasty=ApEcmtZg
09:23:36FromDiscord<asviest> (edit) "https://play.nim-lang.org/#pasty=eSxkBZHR" => "https://play.nim-lang.org/#pasty=aVpmhsLM"
09:29:56FromDiscord<bosinski2023> sent a code paste, see https://play.nim-lang.org/#pasty=SHYOzSzf
09:30:47FromDiscord<bosinski2023> (edit) "https://play.nim-lang.org/#pasty=ifJVAPiF" => "https://play.nim-lang.org/#pasty=Yrdociqq"
09:44:39FromDiscord<asviest> In reply to @bosinski2023 "Hi, i have a": It cpp, use cpp backend and importcpp
09:45:54FromDiscord<asviest> https://nim-lang.org/docs/manual.html#implementation-specific-pragmas-importcpp-pragma
09:45:54FromDiscord<bosinski2023> In reply to @asviest "It cpp, use cpp": yep, trying cpp for an hour now - still not found a way to expalin the type/struct and function...
09:48:21FromDiscord<bosinski2023> sent a code paste, see https://play.nim-lang.org/#pasty=UwXSYgZr
09:48:30FromDiscord<bosinski2023> (edit) "https://play.nim-lang.org/#pasty=INLGCjJv" => "https://play.nim-lang.org/#pasty=pbsAyVqa"
09:49:39FromDiscord<asviest> importcpp: "xxhash32<4>"
09:55:03FromDiscord<asviest> Or maybe you even can make xxhash[c: static int] and use importcpp: "xxhash32<'0>"
09:55:14FromDiscord<bosinski2023> sent a code paste, see https://play.nim-lang.org/#pasty=OXIMfMxZ
09:55:32FromDiscord<bosinski2023> (edit) "https://play.nim-lang.org/#pasty=iLwtShFx" => "https://play.nim-lang.org/#pasty=OqFDtHRe"
09:57:08FromDiscord<asviest> In reply to @bosinski2023 "ok i have this": Maybe you need importcpp: xxhash32<4>::parallel(@)
09:58:51FromDiscord<asviest> Or↵#.parallel(@)
10:00:45FromDiscord<bosinski2023> sent a code paste, see https://play.nim-lang.org/#pasty=msPfDdZw
10:01:19FromDiscord<bosinski2023> how would a sane person rewrite the cpp, so that its easier to wrap ?
10:04:35FromDiscord<asviest> sent a code paste, see https://play.nim-lang.org/#pasty=dhdDpdtg
10:04:42FromDiscord<asviest> (edit) "https://play.nim-lang.org/#pasty=jRYYWOLF" => "https://play.nim-lang.org/#pasty=MzYmqism"
10:07:08FromDiscord<asviest> In reply to @bosinski2023 "how would a sane": A sane person would not write code in cpp
10:09:27FromDiscord<bosinski2023> sent a code paste, see https://play.nim-lang.org/#pasty=sVpfgcuk
10:12:35FromDiscord<asviest> In reply to @bosinski2023 "<@437324912991010817> thx so much.": Strange error, try to delete nimcache dir
10:12:46FromDiscord<asviest> And recompile
10:17:56FromDiscord<bosinski2023> In reply to @asviest "And recompile": that was it :))) great, and big thanks..
10:17:56FromDiscord<asviest> Or just add -f