Search code examples
How to read in files with a specific file ending at compile time in nim?...


filecompile-timefile-readnim-lang

Read More
How can I create a new primitive type using C++11 style strong typedefs?...


c++c++11boostnim-lang

Read More
How to dynamically link your nim-application against musl?...


compilationdynamic-linkingnim-langmusl

Read More
How do I compile a binary with a const string in debug and change it in release?...


debuggingmacrosreleasenim-lang

Read More
`Error: request to generate code for .compileTime proc`...


compile-timenim-lang

Read More
Why calling times.cpuTime() is slow in Nim?...


nim-lang

Read More
Conditional type in Nim. How to get half unsigned int type from a int function parameter?...


nim-lang

Read More
How do I convert a string into a sequence of characters in Nim?...


nim-lang

Read More
Nim : How to constrain an existing type...


typestypeerrornim-lang

Read More
pthread_mutex_t {aka union <anonymous>}’ has no member named ‘abi’...


lockingnim-lang

Read More
enums in nim for wrapper of c library...


wrappernim-langclap

Read More
initialize an argument of a proc, but not in it's definition line...


nim-lang

Read More
How to call a Nim function from Rust through C-FFI?...


crustffinim-lang

Read More
Using mutable varargs doesnt work as expected in Nim...


procedurevariadic-functionsnim-lang

Read More
Nim - How to access mytype of a field that has the type Option[mytype] at compile time?...


genericsnim-lang

Read More
How do I iterate over the fields of a ref object in nim?...


referenceiteratornim-lang

Read More
Jsony newHook has `SIGSEGV: Illegal storage access. (Attempt to read from nil?)` when deserializing ...


jsonsegmentation-faultjson-deserializationnim-langnorm

Read More
How do I call Mix_GetError from the nim SDL2 Mixer bindings?...


sdl-2nim-langsdl-mixer

Read More
Hashset in Nim-lang...


hashsetnim-lang

Read More
How do I access an object field via its field name in string form?...


macrosmetaprogrammingnim-lang

Read More
How do I build Nim library packages...


nim-lang

Read More
Check if a string ends with something, case insensitive?...


stringcase-insensitivenim-lang

Read More
How to generate C headers from Nim...


cheader-filesnim-lang

Read More
how to pass +, -, etc. to macro in Nim...


macrosnim-lang

Read More
Norm - Querying entries within generics causes type mismatch compilation error...


genericsormnim-lang

Read More
How do you align string containing accents in nim...


nim-lang

Read More
Prologue -Webframework - How to set thread-local variables for logging when compiling with `--thread...


multithreadingloggingnim-langprologue

Read More
Nim - How to access raw POST request body in prologue framework...


postjwtnim-langprologue

Read More
Join array in nim...


nim-lang

Read More
MD5 on an array, array[0..63, uint8] to cstring conversion...


nim-lang

Read More
BackNext