Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nim-lang

How to benchmark few lines of code in nim?

nim-lang

what is nim type definition for generic procedure?

nim-lang

Brainfuck interpreter in Nimrod

How can I use function pointers in Nimrod?

nim-lang

Nim: How to wrap/derive an iterator from another iterator?

templates iterator nim-lang

Nim: How to iterate over a slice?

for-loop iterator nim-lang

create a reference to an array in Nim

Nim cross compilation to C

c compilation nim-lang

How to return an exit code from the main block in Nim?

return main exit-code nim-lang

Nim how to define constructors?

oop nim-lang

typed vs untyped vs expr vs stmt in templates and macros

templates macros 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