Must add array quick assignment init method

2023-03-26 Thread Araq
So use a macro...

Using Socket for File Transfer

2023-03-26 Thread Naterlarsen
Good day all. I am more on the experienced side of Python and have written some successful file transfer applications (in python). However, I am struggling to find sufficient information or examples on how to do the same in nim. I have taken my code that I had done in Python and have attempted t

high colony

2023-03-26 Thread jioapna
High Peaks CBD Gummies High Peaks CBD Gummy Bears are miracle candies that provide you instant & long-lasting relief from issues with your mental, emotional, and physical

Must add array quick assignment init method

2023-03-26 Thread ElegantBeef
It's not any more attractive but it removes the overhead of copying memory at runtime: proc `[]=`*[T](arr: var openArray[T], slice: Slice[int], val: T) = for x in slice: arr[x] = val proc `[]=`*[T](arr: var openArray[T], slice: HSlice[int, BackwardsIndex], val

Must add array quick assignment init method

2023-03-26 Thread Angluca
var sz: array[64, byte] = [ 1,2,3,4] # add this init array method pls ... # want 4 byte after all zero but I only have 30 byte val want set it. # really dont like manual copy input var [1,2,3,4,0,0,0,0,0,0,0,0,0,0,0 ...] # - # ↓ I use this method in proj, looks lik

invocation of external compiler program failed. The system cannot find the file specified

2023-03-26 Thread sls1005
It means Nim failed to call the C compiler ("external compiler program") for generating object files. Please ensure that you have a C compiler installed and is in `PATH`. As it processed successfully until the step of generating obj files, it's safe to assume that Nim's installed well but not th

bun.sh supports nimlang

2023-03-26 Thread Bosinski
yes, thats the version i work on. My stuff is not yet published.

bun.sh supports nimlang

2023-03-26 Thread noah
is this the correct link to [quickjs4nim](https://github.com/ImVexed/quickjs4nim) ?