-
`varargs[typed]` as macro parameter type doesn't accept a `NimNode` of kind `nnkClosedSymChoice` but just a parameter type of `typed` does.
### Example
```nim
import macros
macro typedVarargs(…
ynfle updated
2 months ago
-
[System\execute] make function work for Web/JS builds
in that case, it could be an easy way of directly executing JavaScript code
https://github.com/arturo-lang/arturo/blob/a5683a2dace1b7e4e3b5c822d…
-
[Crypto\digest] could it be used for Web/JS builds too?
would it be that useful to have md5/sha1 encoding capabilities through JavaScript?
https://github.com/arturo-lang/arturo/blob/329d47f14a6341f9…
-
[System\pause] implement for Web/JS builds
it could easily correspond to some type of javascript timeout
https://github.com/arturo-lang/arturo/blob/a5683a2dace1b7e4e3b5c822d65f1e82119fa6aa/src/libra…
-
[Numbers\powmod] not working for Web builds
https://github.com/arturo-lang/arturo/blob/5ac436015372367bc4f623745bcf0487a39d7108/src/library/Numbers.nim#L839
```text
#####################…
-
To reproduce this, **you need to bootstrap using ARC**: `koch boot --gc:arc`.
### Example
Save the example as `.rst` file, and run: `nim rst2html thisfile.rst`
```rst
==========
Main ti…
-
When a `proc` returns `Future[something]` Nim does not allow you to use `argument: auto` in the arguments,
this does not make sense at all **for JavaScript targets**, it makes sense for other backend…
-
I just did star your repo, just as thanks for Nim sample, but
I hope not to encourage more waste of your time.
Haxe lang is able to do similar compile to C and JavaScript that Nim is able, but
Ha…
-
- [ ] would be nice to have a more comprehensive answer regarding compile time difference, in different scenarios, and using real world examples
(ported from https://github.com/timotheecour/D_vs_ni…
-
or at least it appears that way: http://forum.nim-lang.org/t/2304
dom96 updated
2 months ago