-
[VM/errors] add proper color "coding" in error templates
for example, types could be annotated in a specific way.
pretty much like function names (in calls) are shown in white-bold,
but I'm not even s…
-
refs: https://forum.nim-lang.org/t/7220#45668
- [ ] `pop` could be added to `std/setutils` (refs https://github.com/nim-lang/Nim/pull/16276),
as i argued here https://github.com/nim-lang/Nim/pul…
-
[Colors] more potential built-in function candidates?
https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Colors.nim#L30
```text
#=======================…
-
[Net\request] show warning/error when trying to use SSL certificates in MINI builds
https://github.com/arturo-lang/arturo/blob/411617a1906063cf0adfd3ac06804dc4b29403a0/src/library/Net.nim#L285
```te…
-
When defining an iterator variable, the program compiles successfully if the variable is global but causes an internal compiler error if it is local.
### Example
The following program compiles a…
lscrd updated
1 month ago
-
[Files\read] add support for different delimiters when in `.csv` mode
this could be something as simple as `.with:` or `.delimiter:`, or `.delimited:`
also see: https://github.com/arturo-lang/arturo/p…
-
Add Nim https://nim-lang.org
https://github.com/nim-lang/Nim/wiki/Nim-for-TypeScript-Programmers#table-of-contents
😃
-
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…
-
Currently we need to inline C++ code due to Nim not being able to generate C++ code with default value or wrap types without default constructors https://github.com/nim-lang/Nim/issues/4687
This le…
-
for example, for Calypso (cf my other post https://github.com/nim-lang/Nim/issues/8327), IIRC, when ldc(calypso produced binary) encounters a C++ import such as `modmap (C++) "OGRE/SdkCameraMan.h";`(e…