Skip to content

Conversation

mratsim
Copy link
Contributor

@mratsim mratsim commented Mar 24, 2018

Nim allows reading from files and executing command (UNIX/windows) at compile-time.

Only limitation is no type that is heap allocated at run-time. You can heap allocate at compile-time in macros though, they are turned into const/static at runtime.

Nim allows reading from files and executing command (UNIX/windows) at compile-time.

Only limitation is no type that is heap allocated at run-time. You can heap allocate at compile-time in macros though, they are turned into const/static at runtime.
@timotheecour timotheecour merged commit 79cae81 into timotheecour:master Mar 24, 2018
@timotheecour
Copy link
Owner

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants