73dc057cbc | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
dynamic_approximating_dynamic_types.nim | ||
macros_register_hooks.nim | ||
multiline_echo.nim | ||
undefining_variable.nim |
README.md
Nim cookbook
Recipes in Nim
For now, the cookbook is so short so no real organization or taxonomy is needed.
Compile examples with
nim c -r --outdir:build/ myexample.nim