Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nim-lang

Nim - Create sequence of objects which implement a method

How to run a line of code in debug mode only in Nim?

debugging nim-lang

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

nim-lang

printing an array in Nim using echo

nim-lang

How can the "static type" and "dynamic type" be different?

types nim-lang

How can I use expression inside formatted string in Nim?

nim-lang

What name does this syntax have

nim-lang

What does "special compiler magic" mean?

nim-lang

defining parameters of multiple types in Nim

How to correctly create a nim/nimrod windows dll

windows dll nim-lang

Nim return custom tuple containing proc

tuples nim-lang

Nim `Warning: re is deprecated`, what to use instead?

How to obtain the nim compiler version programmatically ?

nim-lang

Type classes in Nim

typeclass nim-lang

Compile-time Call Count in Nim

nim-lang

Can countup and countdown iterators in Nim language be used in variable declaration?

nim-lang

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

c rust ffi nim-lang

How can I get safe reference to existing object in Nim?

nim-lang

How to read from the stdin with nim script?

nim-lang

Safely "lend" memory block to another thread in C, assuming no "concurrent access"