Attempting to use newContext from std/net fails to compile

2024-01-09 Thread Zectbumo
Another way is to include {.define: ssl.} at the top of your .nim file.

Nim v2: what would you change?

2023-12-10 Thread Zectbumo
I don't think you follow since they are not exactly the same ("a" != 'a')

Nim v2: what would you change?

2022-06-09 Thread Zectbumo
re: Originally posted by @RSDuck in I would like to see in nim2 (if nim2 is not case sensitive or a pragma/hybrid) that back ticks force case sensitivity so that these identifiers can be distinguished: `NvColo

Nim v2: what would you change?

2022-05-18 Thread Zectbumo
I would like nim2 to only call myProc once, not twice as it does now: var a, b = myProc() Run

Nim v2: what would you change?

2022-05-15 Thread Zectbumo
proc argument types default to :auto

Nim v2: what would you change?

2022-05-06 Thread Zectbumo
I really like the char type literals but I also really like single quote strings. Right now single quote literals with more than one character are syntax errors. I would like to see single quote strings that contain more than one character be of string type. e.g. `'x'` is char and `'my string'`