<< 05-12-2025 >>

00:22:25FromDiscord<devilcrow9857> sent a long message, see https://pasty.ee/lKRAfKCi
00:34:58FromDiscord<litlighilit> @devilcrow9857\: for proc, ref https://nim-lang.org/docs/macros.html#statements-procedure-declaration
01:11:34FromDiscord<mjsdev> Nimble is perpetually corrupted.
02:52:44*amadaluzia quit (Ping timeout: 256 seconds)
02:59:35*rockcavera quit (Remote host closed the connection)
03:10:07*FromDiscord quit (Remote host closed the connection)
03:10:20*FromDiscord joined #nim
04:44:31*zero` quit (Ping timeout: 240 seconds)
05:00:04*amadaluzia joined #nim
05:14:15*Lord_Nightmare quit (Quit: ZNC - http://znc.in)
05:16:57*Lord_Nightmare joined #nim
05:26:23*SchweinDeBurg quit (Quit: WeeChat 4.8.0-dev)
05:31:21*SchweinDeBurg joined #nim
05:40:47*ReneSac quit (Ping timeout: 244 seconds)
05:55:10*ReneSac joined #nim
06:25:59*zero` joined #nim
07:20:25*zero` quit (Ping timeout: 264 seconds)
07:20:59*zero` joined #nim
07:22:46*zero` quit (Client Quit)
08:37:48FromDiscord<jessatehcrow> Man, i hope this isn't just me↵↵but using the official nim linter addon for vscode, it's so damned slow, and seems to hang constantly, and only works like 10% of the time https://media.discordapp.net/attachments/371759389889003532/1446420282469257280/image.png?ex=6933eb5c&is=693299dc&hm=97a1a2a0f4de00b4b07e829cf5582c30911878405815b17a3ae3845198fc6567&
08:42:44*termer_ joined #nim
08:43:39*termer quit (Ping timeout: 252 seconds)
08:58:05*FromDiscord quit (Remote host closed the connection)
08:58:18*FromDiscord joined #nim
09:34:00*beholders_eye joined #nim
10:01:29*hygo quit (Quit: WeeChat 4.6.3)
11:29:15FromDiscord<aethrvmn> Who is the maintainer of nimforum on gh?
11:39:42FromDiscord<nnsee> there's no active maintainer but both PMunch and ringabout can probably help you, what do you need?
11:39:54FromDiscord<nnsee> oh, this? https://github.com/nim-lang/nimforum/pull/389
11:50:52FromDiscord<litlighilit> I myself always uss another addon↵(@jessatehcrow)
11:52:14FromDiscord<litlighilit> nimsaem's
11:54:22FromDiscord<aethrvmn> Ye but it's no rush, it was more curiosity because there are open PRs that arent discussed etc↵(@nnsee)
11:54:33FromDiscord<aethrvmn> Also issues and stuff
11:55:18FromDiscord<jessatehcrow> In reply to @litlighilit "nimsaem's": yyeahh, used that before as well, but it didn't have the underlines and stuff↵↵I switched to Gary M's for now, as it does that without hanging permanently, though some syntax highlgihting is weird with that one
14:11:55*beholders_eye quit (Ping timeout: 240 seconds)
14:24:56*ReneSac quit (Quit: KVIrc 5.2.8 Quasar http://www.kvirc.net/)
14:26:33*beholders_eye joined #nim
14:47:52*beholders_eye quit (Ping timeout: 256 seconds)
14:57:36FromDiscord<mr_rowboto> Does anyone know if the owner of [nim-noise](https://github.com/RowDaBoat/nim-noise) is around, I just [PRd](https://github.com/jangko/nim-noise/pull/37)?
14:57:43FromDiscord<mr_rowboto> (edit) "around," => "around?" | "[PRd](https://github.com/jangko/nim-noise/pull/37)?" => "[PRd](https://github.com/jangko/nim-noise/pull/37)"
15:19:07*beholders_eye joined #nim
15:25:07*zero` joined #nim
15:37:15*beholders_eye quit (Ping timeout: 252 seconds)
15:45:57FromDiscord<systemblue_2010> why Nim's bigint are not updated in nowdays?↵bigint library's syntax is wrong in nim 2.2.6
15:46:05FromDiscord<systemblue_2010> var with func?↵noi
15:46:10FromDiscord<systemblue_2010> (edit) "func?↵noi" => "func?↵no"
15:46:36FromDiscord<systemblue_2010> and I download source code and see with editor↵there's full of bugs
15:49:17FromDiscord<nnsee> In reply to @systemblue_2010 "var with func? no": sorry, what do you mean?
15:49:33FromDiscord<systemblue_2010> var parameter in func keyword(
15:49:39FromDiscord<systemblue_2010> (edit) "keyword(" => "function"
15:49:49FromDiscord<nnsee> that's perfectly fine
15:49:54FromDiscord<systemblue_2010> really?
15:50:07FromDiscord<systemblue_2010> func limits side effect
15:50:16FromDiscord<systemblue_2010> and var is side effect isn't it?
15:50:52FromDiscord<nnsee> https://nim-lang.org/docs/manual.html#effect-system-side-effects
15:51:47FromDiscord<nnsee> > This means that the proc/iterator only changes locations that are reachable from its parameters and the return value only depends on the parameters. If none of its parameters have the type var, ref, ptr, cstring, or proc, then no locations are modified.
16:11:17*beholders_eye joined #nim
18:43:09FromDiscord<litlighilit> tho still not equivalent to typical no-sideeffect-pure-function (still allowed var param),↵↵you can at least forbid side effect to heap via [\`{.experimental\: "strictFuncs".}\`](https://nim-lang.org/docs/manual_experimental.html#strict-funcs).
18:43:26FromDiscord<litlighilit> tho still not equivalent to typical no-sideeffect-pure-function (still allowed var param),you can at least forbid side effect to heap via [`{.experimental: "strictFuncs".}`](https://nim-lang.org/docs/manual_experimental.html#strict-funcs).
18:43:49FromDiscord<litlighilit> tho still not equivalent to typical no-sideeffect-pure-function (still allowed var param),you can at least forbid side effect to heap via [`{.experimental: "strictFuncs".}`](https://nim-lang.org/docs/manual_experimental.html#strict-funcs).
18:46:27FromDiscord<litlighilit> nim's side effect means implicit effect, not including the param directly passed (first of all, typical FP won't even allow the existing of `var param`)
21:40:28*beholders_eye quit (Quit: WeeChat 4.7.2)