-
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…
-
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…
-
Originally from: https://forum.nim-lang.org/t/6679
I ran into a incredible frustrating issue where my compiler was seg faulting due to missing a ref in a type declaration. In the below code just sw…
-
## example use cases
* for JIT compilation of importc procs (CT FFI)
* for evaluating const foo {.importc:”C_ISSOCK”.} as a const
* for replacement of tinycc backend (works on more platforms includ…
-
## 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…
-
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…
-
Not a RFC per se but I don't see finalizers appearing in the roadmap (https://github.com/nim-lang/RFCs/issues/503, https://forum.nim-lang.org/t/9777) or any Nim v2 discussion (https://forum.nim-lang.o…
-
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 am getting the following errors when I run `nimble install nimble`. I am using pre-built binaries instead of installing nim. Any advice on how to fix these errors?
```
$ nimble install nimble --…