Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nim-lang

Where does Nim search for modules to import?

import module nim-lang

Nim inter-thread message passing: How to avoid a global TChannel?

concurrency nim-lang

Ada-like types in Nimrod

d ada nim-lang

How to sort a sequence in Nim?

How to write to stderr in Nim?

nim-lang

Nim: Addresses of parameters and mutability

pointers nim-lang

Nim: How to prove not nil?

nim-lang

How to create a nim dll and call it from c#

c# dll dllimport ffi nim-lang

interop with nim return Struct Array containing a string /char* member

How to iterate over a tuple in Nim?

nim-lang

Modulus operator nim

modulus nim-lang

Is there are something like Python's 'pass' statement in Nim

nim-lang

What exactly are strings in Nim?

string nim-lang

Converting a seq[char] to string

nim-lang

How to get access to command-line arguments in Nim?

How to convert object to json in Nim

json nim-lang

writing/reading binary file in Nim

io binaryfiles nim-lang

How do I get the c code of a nim program?

gcc nim-lang

Nim equivalent of Python's list comprehension

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

c++ c++11 boost nim-lang