Go to file
Mamy André-Ratsimbazafy 73dc057cbc
Undefining variable
2020-08-27 09:53:24 +02:00
.gitignore initial commit 2019-11-12 12:35:07 +01:00
LICENSE initial commit 2019-11-12 12:35:07 +01:00
README.md initial commit 2019-11-12 12:35:07 +01:00
dynamic_approximating_dynamic_types.nim Add recipe for approximating dynamic fields of heterogeneous types like in Python 2019-11-12 15:22:12 +01:00
macros_register_hooks.nim initial commit 2019-11-12 12:35:07 +01:00
multiline_echo.nim Add multiline echo macro example 2020-04-21 18:54:42 +02:00
undefining_variable.nim Undefining variable 2020-08-27 09:53:24 +02:00

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

License

CC Zero