Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Nim stored procedure reference in tuple

nim-lang

What is a simple and safe way to choose a random enum value?

random enums nim-lang

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

Nim: advantage of using array over seq?

arrays seq nim-lang

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