Wafelack
Wafelack
I changed the shebang to `/bin/sh`, therefore it should work on all systems, can you trying downloading the script again please ?
Maybe I forgot to add it in the README, but the program no longer works that way, it works with `genlog.sh [tag]`. But if you have the previous version, yes...
Try running `sh bin/genlog.sh [tag]`.
- math:sqrt
- range - foreach
- @: index a collection
Hello, > What do you think about including a documentation inside the binding ? What do you mean ? Writing a documentation above the declarations ? Like [this](https://github.com/ArkScript-lang/std/blob/master/Math.ark#L10-L14) ? >...
Macros like that in an interpreted programming language wouldn't make that much sense in my opinion, because the preprocesor is actually a kind of interpreter, and macros like that would...