| 02:19:08 | FromDiscord | <toitle3554> is there a way for a generic proc to implicitly get the return type of an expression? |
| 02:20:42 | FromDiscord | <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:25 | FromDiscord | <toitle3554> oh functions can't receive empty brackets as a type at all, might just have to write a macro |
| 02:34:37 | FromDiscord | <toitle3554> (edit) "type" => "parameter" |
| 02:51:33 | FromDiscord | <_timurski> In reply to @toitle3554 "trying to implement a": empty array r-values don't have a type so this makes sense |
| 03:04:28 | FromDiscord | <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:18 | FromDiscord | <toitle3554> not a huge deal but it'd be a nice qol thing |
| 03:12:04 | FromDiscord | <toitle3554> In reply to @toitle3554 "templates can check for": excluding experimental features https://nim-lang.org/docs/manual_experimental.html |
| 03:12:25 | FromDiscord | <pipeliner.osdev> hello |
| 03:14:12 | FromDiscord | <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:14 | FromDiscord | <pipeliner.osdev> nice to meet you everyguys↵i'd learn nim quite much ↵but it is first time to visit nim community |
| 03:23:41 | FromDiscord | <_timurski> parser |
| 03:25:28 | FromDiscord | <pipeliner.osdev> sorry |
| 03:25:37 | FromDiscord | <pipeliner.osdev> ?? |
| 03:25:54 | FromDiscord | <pipeliner.osdev> I write parser right?↵is it wrong? |
| 03:26:24 | FromDiscord | <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) |
| 08:12:21 | * | beholders_eye joined #nim |
| 08:28:19 | * | deavmi joined #nim |
| 08:29:02 | * | beholders_eye quit (Quit: WeeChat 4.9.2) |
| 09:10:30 | * | skippy8 joined #nim |