Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in nim-lang

Converting a log analysis script from Python to Nim

nim-lang

How to touch a file/update its modification time on disk in Nim?

fileinfo nim-lang filemtime

What's the best way to get the current operating system?

nim-lang

How do you do string interpolation with variables in Nim?

string nim-lang

How to use nimprof?

profiling nim-lang

Nim. How to inherit all operations on distinct type?

nim-lang

Converting an int type to a uint8

nim-lang

Is it possible / easy to include some mruby in a nim application?

nim-lang mruby

How to declare nullable field in Nim?

nim-lang

nim - custom macro/pragma to get ast of complete module but get "cannot attach a custom pragma"

What is the equivalent of reduce in nim?

nim-lang

How to compare two typedesc in a template for equality

nim-lang

Passing iterator as argument in Nim fails "attempting to call undeclared routine"

iterator nim-lang

How to silence Nim compile and run output?

nim-lang

Nim sequence assignment value semantics

How do I create a directory?

nim-lang

Nim - Function type of int has to be discarded

indentation nim-lang

Difference between void proc and void proc with discard

nim-lang

How to convert a character to an ASCII code & vice versa in Nim

nim-lang

Nim - Create sequence of objects which implement a method