| 00:12:27 | * | xet7 joined #nim |
| 00:27:30 | * | xet7 quit (Ping timeout: 248 seconds) |
| 00:36:00 | * | beholders_eye quit (Ping timeout: 245 seconds) |
| 00:40:04 | * | xet7 joined #nim |
| 02:33:39 | * | gabreal_ joined #nim |
| 02:36:21 | * | gabreal quit (Ping timeout: 246 seconds) |
| 03:28:26 | FromDiscord | <_russianlifts> kind of a dumb question but for procedural types, i can pass regular functions just fine by name, but what if i have a generic function that i want to pass? something like `my_function[A, B]` doesn't work as compiler thinks it's just an incomplete function call. i'm failing to find anything in the manual about this. thanks for any information |
| 03:29:44 | * | xet7 quit (Ping timeout: 252 seconds) |
| 03:36:53 | * | rockcavera quit (Remote host closed the connection) |
| 03:40:41 | FromDiscord | <Laylie> show code and error. but it might be this\: https://nim-lang.org/docs/manual.html#procedures-method-call-syntax |
| 03:42:00 | * | xet7 joined #nim |
| 03:44:21 | FromDiscord | <_russianlifts> sent a code paste, see https://play.nim-lang.org/#pasty=jcopnEIV |
| 03:48:09 | FromDiscord | <_russianlifts> nim manual doesn't mention anything on this and i can't find much on forums, though i'm probably missing something; i am using generics to have comptime type safety in the array bounds of a simulation, and am trying to do some multithreading. it would be nice if i could pass an instantiated proc this way because the alternative is quite annoying with type sizing |
| 03:59:46 | FromDiscord | <Laylie> i can't reproduce the error |
| 04:01:19 | * | gabreal_ quit (Quit: Cleanly disconnecting(pray for me)) |
| 04:05:11 | FromDiscord | <_russianlifts> Hu |
| 04:05:12 | FromDiscord | <_russianlifts> (edit) "Hu" => "Huh" |
| 04:05:13 | FromDiscord | <_russianlifts> you're right |
| 04:05:31 | FromDiscord | <_russianlifts> sent a code paste, see https://play.nim-lang.org/#pasty=cJXRqijx |
| 04:05:56 | FromDiscord | <_russianlifts> not sure then, i'll look closer |
| 04:08:54 | FromDiscord | <_russianlifts> sent a code paste, see https://play.nim-lang.org/#pasty=RtwJuDxt |
| 04:12:44 | FromDiscord | <_russianlifts> In reply to @_russianlifts "i have a signature:": ah... the param here was generic and i forgot to instantiate it in the proc signature... |
| 04:36:19 | * | Artea quit (Ping timeout: 264 seconds) |
| 05:08:32 | * | Artea joined #nim |
| 05:30:44 | * | xet7 quit (Ping timeout: 252 seconds) |
| 05:43:02 | * | xet7 joined #nim |
| 06:26:52 | * | SchweinDeBurg quit (Quit: WeeChat 4.8.0-dev) |
| 06:29:43 | * | SchweinDeBurg joined #nim |
| 06:30:32 | * | SchweinD1 joined #nim |
| 06:34:12 | * | SchweinDeBurg quit (Ping timeout: 255 seconds) |
| 07:06:21 | FromDiscord | <litlighilit> is there any existing package like https://handy_sugars.nimpylib.org/handy_sugars/trans_imp.html#impExp.m,, does |
| 07:18:33 | * | mrinsane quit (Ping timeout: 248 seconds) |
| 07:19:02 | FromDiscord | <[Next-System] systemblue> sent a long message, see https://pasty.ee/KNHdtiTQ |
| 07:21:02 | FromDiscord | <[Next-System] systemblue> DOM 2 hardware, GUI 2 compiler |
| 07:21:10 | FromDiscord | <[Next-System] systemblue> it will be nim's symbol |
| 07:21:20 | FromDiscord | <[Next-System] systemblue> (edit) "will" => "should" |
| 07:21:43 | FromDiscord | <[Next-System] systemblue> and that's why I have no mind to learn Go, Rust, Zig |
| 09:22:40 | * | beholders_eye joined #nim |
| 09:33:47 | * | xet7 quit (Ping timeout: 268 seconds) |
| 09:45:15 | * | xet7 joined #nim |
| 10:01:06 | FromDiscord | <litlighilit> yep, i even had a little try and found it possible to design natural-lang-like dsl via nim's macro |
| 10:01:43 | FromDiscord | <litlighilit> btw Rust has macros but not as powerful as nim's |
| 11:08:24 | * | xet7 quit (Remote host closed the connection) |
| 11:19:41 | * | xet7 joined #nim |
| 12:35:19 | * | xet7 quit (Ping timeout: 245 seconds) |
| 12:47:45 | * | xet7 joined #nim |
| 15:16:06 | * | blackbeard420_ quit (Quit: ZNC 1.10.1 - https://znc.in) |
| 15:16:15 | * | blackbeard420 joined #nim |
| 16:27:33 | * | mrinsane joined #nim |
| 19:08:51 | * | beholders_eye quit (Ping timeout: 255 seconds) |
| 19:41:09 | * | gabreal joined #nim |
| 19:58:32 | FromDiscord | <treeform> In reply to @exelotl "the forum app that": I made that because I want teach the AI how to make simple sites. When I want some web app, I can just say make the app in this style and it hopefully will do some thing decent. |
| 20:09:36 | FromDiscord | <exelotl> @treeform was AI used in the making of the forum app itself? |
| 20:23:40 | * | Lord_Nightmare quit (Quit: ZNC - http://znc.in) |
| 20:26:24 | * | Lord_Nightmare joined #nim |
| 20:32:41 | FromDiscord | <exelotl> I think the premise of the app is really cool, there's no decent single-binary / easy-to-hack-on forum software out there. I'm currently hosting a forum with python, the software is abandonware and annoyingly complex, and the replacement I've been eying is stuck in development hell. But I don't want anything to do with AI, the industry is rotten to the core |