-
js: times.now generates 1193 LOC in -d:danger (4.5K LOC in debug mdoe)
### Example
```nim
import times
echo now()
```
### Current Output
nim r -b:js $options main
wc -l main.js
* debug mo…
-
there should be a way to generate C/C++ header files from nim, that stays in sync with nim compiler development; making it built into the compiler seems by far the easiest way to avoid replicating wha…
-
-## Context
### Recurrent need for dynamic types
Very often, people coming to Nim ask how to represent dynamic types and the most common answer is check out how it's done in the JSON module:
…
-
## Management
- [ ] Add list of Nim-related infrastructure and responsible folks ([nimeventer](https://github.com/Yardanico/nimeventer), [nimforum](https://github.com/nim-lang/nimforum), [nimble](h…
-
Here are a couple errors I'm getting. On my mac, I'm getting an error on installation of `futhark`. On replit, I'm getting an error trying to use it.
# mac
I'm on macOS Monterey 12.6.3
Error…
-
with https://github.com/nim-lang/website/pull/339 we added plausible analytics to the website which are now publicly visible here: https://plausible.io/nim-lang.org
as a follow up on that I see the…
-
## links
[ TITLE: support destructive add/prepend for `SinglyLinkedList`, `DoublyLinkedList` · Issue #303 · nim-lang/RFCs](https://github.com/nim-lang/RFCs/issues/303)
[O(1) concatenation of si…
-
/cc @bluenote10 @dom96 @snowlt23
the readme.md doesn't contain much so was wondering:
* how does this compare to related packages?
* does this work on OSX? linux? windows?
* is this still main…
-
To avoid false sharing / bank conflict / cache trashing when multiple threads read and write data in the same cache line, an intermediate array is used with intermediate values padded so that they tak…
-
I’m setting the NIMBLE_DIR environment variable, and it seems that `choosenim --getNimbleDir`, which is used in the installation script to get the value, prints out debug info data when it doesn’t see…