Nim
Nim copied to clipboard
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, an...
### Nim Version ``` Nim Compiler Version 2.3.1 [Windows: amd64] Compiled at 2025-03-21 Copyright (c) 2006-2025 by Andreas Rumpf git hash: ab14e0b550119ab6a56623276d57afdf6e5a7e40 active boot switches: -d:release ``` ### Description This...
### Nim Version ``` Nim Compiler Version 2.0.15 [Linux: amd64] Compiled at 2025-03-04 Copyright (c) 2006-2023 by Andreas Rumpf git hash: 41637db18f6a82df4a92f2e00a780e5815d17028 active boot switches: -d:release ``` ``` Nim Compiler...
### Summary The standard library could use a function to convert an `openarray[char]` or `openarray[byte]` to a `string`. ### Description Converting between byte arrays and strings is pretty common, in...