-
I have the smallest `nim` program.
```
import strformat
let msg = "hello"
doAssert &"{msg}\n" == "hello\n"
```
When I try to build this app...
```
$ nim c -r d.nim
```
I get the err…
-
incomplete.
* string in nim js should use an ArrayBuffer, not an Array; it's typed (not dynamically typed), so it's more efficient
* `len` should behave same on all targets (c,vm,nimscript,js) a…
-
## links
* somewhat related: https://github.com/nim-lang/Nim/issues/14695
* see also: std/enumerate
* see [Add unrolls by juancarlospaco · Pull Request #16687 · nim-lang/Nim](https://github.com/nim…
-
## links
* [fixes #15511 by Araq · Pull Request #15524 · nim-lang/Nim](https://github.com/nim-lang/Nim/pull/15524)
* [[ARC] Crash when adding openArray proc argument to a local seq · Issue #15511 · …
-
* type-safe variant of `moveMem`
* calls moveMem / copyMem, or move/swap depending on `T`
## example use cases
* https://github.com/nim-lang/Nim/pull/16318#issuecomment-743936629
* [Still TITLE: a…
-
- [ ] https://github.com/nim-lang/Nim/pull/14184#discussion_r419826057
this issue is nasty
> `when not defined(nimscript):` reduces to `when true` because nimscript always runs in nimvm
> Yes b…
-
### Description
I'm using the playground to try to test out the creation of a simple entity-component relational model in Nim, using generics.
The following code example shows the situation and th…
-
check if i still have variant problems for const ref after https://github.com/nim-lang/Nim/pull/16115 in https://github.com/nim-lang/Nim/pull/15528
-
## links
* [virtual-environments/macos-10.15-Readme.md at main · actions/virtual-environments](https://github.com/actions/virtual-environments/blob/main/images/macos/macos-10.15-Readme.md)
* [ TITL…
-
[Files\read] show a warning in case an unsupported attribute is used in MINI builds
right now, passing e.g. `.html` in a MINI build will silently fail, but
the results might be too confusing:
https:/…