| 10:54:06 | deavmi | [20:17:47] <Amun-Ra> I'm not a fan of llvm-based languages |
| 10:54:15 | deavmi | Also takes the fun out of writing stuff yourself ;) |
| 10:54:24 | Amun-Ra | ;) |
| 14:52:31 | * | TheTechRobo quit (Quit: Leaving) |
| 14:57:53 | * | TheTechRobo joined #nim |
| 17:13:55 | * | zero`__ quit (Ping timeout: 240 seconds) |
| 17:49:55 | * | zero` joined #nim |
| 20:20:29 | deavmi | Any information on behavior of ccopying sequences. I get that under the hood they are heap allocated but not much documentation wise describes how the copy is performed when I do `var y = x` where x is `var x: seq[int] = @[1]`. |
| 20:20:29 | deavmi | Found it odd I could not find anything yet in the docs regarding it. Behavior seems to be copy of all the heap-allocated elements into the newly-allocated sequence (which gets allocated for `y`)? |
| 20:21:41 | deavmi | Other than this: https://github.com/nim-lang/Nim/blob/version-2-2/lib/system.nim#L367 |
| 20:21:44 | deavmi | the sauce helps |
| 23:13:54 | * | ftajhii quit (Ping timeout: 260 seconds) |