| 00:01:41 | * | cws joined #nim |
| 00:03:04 | * | cws2 quit (Ping timeout: 256 seconds) |
| 00:07:40 | * | Mister_Magister quit (Quit: bye) |
| 00:10:15 | * | Mister_Magister joined #nim |
| 00:20:41 | * | acidsys quit (Ping timeout: 272 seconds) |
| 00:21:25 | * | acidsys joined #nim |
| 01:05:15 | * | derpydoo quit (Quit: derpydoo) |
| 01:32:08 | * | xet7 joined #nim |
| 01:37:56 | FromDiscord | <DetermiedNim1> thanks! |
| 01:38:00 | FromDiscord | <DetermiedNim1> vwry informative |
| 01:38:05 | FromDiscord | <DetermiedNim1> (edit) "vwry" => "vwey" |
| 01:38:12 | FromDiscord | <DetermiedNim1> (edit) "vwey" => "very" |
| 02:37:54 | * | FromDiscord quit (Remote host closed the connection) |
| 02:38:07 | * | FromDiscord joined #nim |
| 03:38:59 | * | rockcavera quit (Remote host closed the connection) |
| 04:02:17 | * | zero` quit (Ping timeout: 248 seconds) |
| 04:07:44 | * | zero` joined #nim |
| 04:10:19 | FromDiscord | <alipolo17777> is there a function similar to join method of python that lets you convert an array/sequence to a string? |
| 04:54:49 | FromDiscord | <Laylie> strutils.join |
| 05:55:40 | * | oculux joined #nim |
| 06:22:24 | FromDiscord | <alipolo17777> btw chat how do you feel about import bringing all functions to global namespace ? |
| 06:22:34 | FromDiscord | <alipolo17777> i think nim is one of the few languages that does that |
| 06:26:20 | * | Guest58 joined #nim |
| 06:26:27 | * | Guest58 quit (Client Quit) |
| 06:26:54 | FromDiscord | <demotomohiro> In reply to @alipolo17777 "btw chat how do": Here is a blog post about imports in Nim: https://narimiran.github.io/2019/07/01/nim-import.html |
| 07:07:22 | FromDiscord | <kapendev> Nice blog post. |
| 07:31:34 | * | _________ quit (Ping timeout: 245 seconds) |
| 08:00:14 | FromDiscord | <DetermiedNim1> In reply to @alipolo17777 "btw chat how do": ruby does that too |
| 08:01:25 | FromDiscord | <DetermiedNim1> you can also `include` modules in the top level |
| 08:03:19 | FromDiscord | <tauruuuuuus> In reply to @alipolo17777 "btw chat how do": Also, I think that it has to be like that for UFCS to work properly |
| 08:57:11 | FromDiscord | <kapendev> If you don't do it like Python, it's a fine (optional) lang feature. |
| 08:58:32 | * | _________ joined #nim |
| 09:04:24 | FromDiscord | <tempestro> In reply to @demotomohiro "Here is a blog": tl;dr nim is statically typed and this gets caught at runtime instead of compiletime |
| 09:05:44 | FromDiscord | <tempestro> (edit) "runtime" => "compiletime" | "compiletime" => "runtime" |