-
Function `echo` outputs the wrong string.
### Example
```nim
type
X*[T] = openArray[T] | varargs[T] | seq[T]
Y*[T] = ref object
dll: T
proc initY*[T](): Y[T] =
new(result)
pro…
-
The manual vaguely implies that module names should follow identifier equality rules (so, partial case-insensitivity and underscore is ignored).
> A valid module name can only be a valid Nim identi…
-
Hello,
I am trying to compile nimble on arm64 and I am getting the following error.
```
(base) root@2894f0eebfa3:/apps# git clone https://github.com/nim-lang/nimble.git && cd nimble/src
Cloning …
-
### Example
```nim
when true:
import std/macros
macro repr2(s: typed): string =
result = newLit(s.repr)
macro symHash(s: typed): string =
result = newLit(symBodyHash(s))
…
-
[Databases] Add support for MySQL
Currently, the only supported database is Sqlite
https://github.com/arturo-lang/arturo/blob/a971add892fe3d675b3320f356cf2d96179e2a22/src/library/Databases.nim#L29
…
-
[Databases] Add support for MongoDB
Currently, the only supported database is Sqlite
https://github.com/arturo-lang/arturo/blob/a971add892fe3d675b3320f356cf2d96179e2a22/src/library/Databases.nim#L33…
-
[VM/eval] `switch` not working properly in `print` block?
For example this: https://github.com/arturo-lang/arturo/blob/even-more-RC-problem-solving/examples/rosetta/practical%20numbers.art#L24-L25
i…
-
### Summary
Adding a nim configuration option to choose which javascript runtime to run the js examples with docgen
### Description
Currently docgen runs the javascript examples with node, but I wa…
-
## issues
* [compiler error message can improve: when forgetting = after proc signature · Issue #10229 · nim-lang/Nim : compiler error message can improve: when forgetting = after proc signature · Is…
-
[Net\request] could it work for Web/JS builds?
it could easily be a hidden Ajax request
https://github.com/arturo-lang/arturo/blob/a5683a2dace1b7e4e3b5c822d65f1e82119fa6aa/src/library/Net.nim#L119
…