Search code examples
In Nim, how can I define a procedure with an unspecified collection of generic parameters...


genericsnim-lang

Read More
Nim: lambdas with void return type cause compiler crash...


lambdaclosuresnim-lang

Read More
What is the equivalent of reduce in nim?...


nim-lang

Read More
How to have a message from a thread-channel trigger an update in owlkettle?...


multithreadinggtkclient-servernim-lang

Read More
How to set up a small client-server example between threads in nim?...


multithreadingclient-serverchannelnim-lang

Read More
Unit Testing in Nim: Is it possible to get the name of a source file at compile time?...


unit-testingtemplatesnim-lang

Read More
Why is nim expecting type Ordinal instead of Board...


compiler-errorsnim-lang

Read More
How to get access to command-line arguments in Nim?...


command-line-argumentsnim-lang

Read More
In nim is there a way to get a list of all procedures with a given name?...


overloadingnim-lang

Read More
Why is my call of a nim template not simply expanding the template code?...


templatesnim-lang

Read More
Get version from Nimble Package?...


nim-lang

Read More
Why can't I call Nim proc without braces?...


nim-lang

Read More
How to get all fields of an object type `MyType` in a macro from a NimNode ident("MyType")...


typesfieldmetaprogrammingnim-lang

Read More
Removing Console window in Nim...


consolenim-lang

Read More
Type mismatch when setting table value...


nim-lang

Read More
Nim: read all content of text file...


nim-lang

Read More
Getting hardware info in nim-lang...


nim-lang

Read More
How do I execute a proc with a delay in nim?...


asynchronoustimeoutdelaynim-lang

Read More
Open file at compile-time [JS backend]...


metaprogrammingnim-lang

Read More
How can I catch any error and get the error itself in Nim...


nim-lang

Read More
How can I see the contents of a NimNode?...


metaprogrammingnim-langrepresentation

Read More
Async HTTP call and json using Nim...


jsonhttpasynchronousnim-lang

Read More
Nim cannot install a package...


compiler-errorsnim-lang

Read More
create a reference to an array in Nim...


arrayspointersreferencenim-lang

Read More
Problem inherit procs from another Type in Nim...


oopinheritancenim-lang

Read More
What is the equivalent of Java's protected attributes in Nim?...


oopinheritanceprotectednim-lang

Read More
How to set up a small websocket client-server example with nim/prologue?...


websocketserverclientnim-langprologue

Read More
Nim equivalent of Python's list comprehension...


pythonlist-comprehensionnim-lang

Read More
black_box analogue in Nim...


benchmarkingnim-lang

Read More
How to print Nim's AST at runtime?...


macrosnim-lang

Read More
BackNext