-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

nim


> The Nim compiler.

> Processes, compiles and links Nim language source files.

More information.


Compile a source file:

nim compile {file.nim}

Compile and run a source file:

nim compile -r {file.nim}

Compile a source file with release optimizations enabled:

nim compile -d:release {file.nim}

Build a release binary optimized for low file size:

nim compile -d:release --opt:size {file.nim}

Generate HTML documentation for a module (output will be placed in the current directory):

nim doc {file.nim}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:02:51 2024