<< 15-07-2026 >>

02:19:08FromDiscord<toitle3554> is there a way for a generic proc to implicitly get the return type of an expression?
02:20:42FromDiscord<toitle3554> trying to implement a proc `@+` for converting arrays to a custom seq type, but running it with empty arrays doesn't work. I think something's feasible with converters but that's not my favorite idea
02:34:25FromDiscord<toitle3554> oh functions can't receive empty brackets as a type at all, might just have to write a macro
02:34:37FromDiscord<toitle3554> (edit) "type" => "parameter"
02:51:33FromDiscord<_timurski> In reply to @toitle3554 "trying to implement a": empty array r-values don't have a type so this makes sense
03:04:28FromDiscord<toitle3554> In reply to @_timurski "empty array r-values don't": templates can check for empty arrays being passed but implicit conversion to an empty custom container doesn't seem possible
03:05:18FromDiscord<toitle3554> not a huge deal but it'd be a nice qol thing
03:12:04FromDiscord<toitle3554> In reply to @toitle3554 "templates can check for": excluding experimental features https://nim-lang.org/docs/manual_experimental.html
03:12:25FromDiscord<pipeliner.osdev> hello
03:14:12FromDiscord<pipeliner.osdev> I'm pipeliner↵and I'm interested in CODEC/Zip/Cryptography/Parser/SIMD/Embedded(hardware)/Operating System/Compiler and other system engineering
03:15:14FromDiscord<pipeliner.osdev> nice to meet you everyguys↵i'd learn nim quite much ↵but it is first time to visit nim community
03:23:41FromDiscord<_timurski> parser
03:25:28FromDiscord<pipeliner.osdev> sorry
03:25:37FromDiscord<pipeliner.osdev> ??
03:25:54FromDiscord<pipeliner.osdev> I write parser right?↵is it wrong?
03:26:24FromDiscord<pipeliner.osdev> In reply to @_timurski "parser": I'm interesting in SIMD accelerated parser
04:32:43*benson joined #nim
06:40:07*termer quit (Remote host closed the connection)
06:40:28*termer joined #nim
07:00:08*benson quit (Ping timeout: 244 seconds)
07:18:52*pmp-p joined #nim
07:46:19*deavmi quit (Ping timeout: 276 seconds)