-
### 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…
-
refs: https://forum.nim-lang.org/t/7220#45668
- [ ] `pop` could be added to `std/setutils` (refs https://github.com/nim-lang/Nim/pull/16276),
as i argued here https://github.com/nim-lang/Nim/pul…
-
Nimble could suggest solutions for missing CA certificates based on the OS.
Related: https://github.com/nim-lang/Nim/issues/782#issuecomment-785531690
https://forum.nim-lang.org/t/7551
https://fo…
-
[Numbers\gcd] not working for Web builds
https://github.com/arturo-lang/arturo/blob/5ac436015372367bc4f623745bcf0487a39d7108/src/library/Numbers.nim#L687
```text
var i = 1
#…
-
## links
* https://nim-lang.github.io/Nim/contributing.html
* https://nim-lang.github.io/Nim/nep1.html
-
Currently we need to inline C++ code due to Nim not being able to generate C++ code with default value or wrap types without default constructors https://github.com/nim-lang/Nim/issues/4687
This le…
-
[Files\read] add support for different delimiters when in `.csv` mode
this could be something as simple as `.with:` or `.delimiter:`, or `.delimited:`
also see: https://github.com/arturo-lang/arturo/p…
-
for example, for Calypso (cf my other post https://github.com/nim-lang/Nim/issues/8327), IIRC, when ldc(calypso produced binary) encounters a C++ import such as `modmap (C++) "OGRE/SdkCameraMan.h";`(e…
-
Add Nim https://nim-lang.org
https://github.com/nim-lang/Nim/wiki/Nim-for-TypeScript-Programmers#table-of-contents
😃
-
* 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…