Search code examples
How to assign object to ref...


nim-lang

Read More
What is nim's equivalent of Python's `sys.executable`?...


nim-lang

Read More
How to list items in directory in Nim...


nim-lang

Read More
Encode and Decode rfc2396 URLs in Nim...


urlurlencodenim-langurldecoderfc2396

Read More
How do ref objects work in Nim and difference between new and common constructor...


nim-lang

Read More
Why referring to immutable variable is NOT side effect free in Nim?...


nim-lang

Read More
Nim varargs in template?...


nim-lang

Read More
How do I invoke a proc given the procedure name as a string?...


reflectionnim-lang

Read More
Nim infinite loop...


loopsnim-lang

Read More
How to handle option types in Nim?...


functional-programmingoption-typenim-lang

Read More
Using Nim to generate a DLL for use in C#/VB6...


c#vb6nim-lang

Read More
implementing setInterval/clearInterval in nim...


nim-lang

Read More
How can I create a lookup table of different procedures in nim?...


nim-lang

Read More
Can I unpack `varargs` to use as individual procedure call arguments with nim?...


nim-lang

Read More
Parse a gzipped csv/tsv file...


nim-lang

Read More
How to convert an array to a cstring?...


nim-lang

Read More
import nim seq in python...


pythonnim-lang

Read More
Read a gzipped file eventually from STDIN: what is the correct way?...


nim-lang

Read More
Nim Macros: How do I Name Body Parameter...


macrosnim-lang

Read More
Compile C-code which was generated by Nim...


ccross-compilingnim-lang

Read More
Nim-lang (nimrod) fatal error: limits.h: No such file or directory...


gccnim-lang

Read More
How to get the type of a value as string?...


nim-lang

Read More
How can I dump a JsonNode to yaml file using NimYAML?...


jsonyamlnim-lang

Read More
How to check for unnamed tuple in Nim?...


nim-lang

Read More
Converting a log analysis script from Python to Nim...


nim-lang

Read More
Nim: Spawned Function Cannot Have a Var Parameter, but Argument to acquire Must Be Var...


multithreadingmutexnim-lang

Read More
How to store references to types in Nim?...


typesnim-lang

Read More
Initialize Nim array with repeated value...


arraysnim-lang

Read More
How to edit a binary at specific address locations using Nim?...


binarynim-lang

Read More
How to get reference to proc self inside multi-dispatch proc?...


nim-lang

Read More
BackNext