Skip to content

Instantly share code, notes, and snippets.

@jots
Created May 2, 2014 00:44
Show Gist options
  • Save jots/4bef53a2d56853c45b25 to your computer and use it in GitHub Desktop.
Save jots/4bef53a2d56853c45b25 to your computer and use it in GitHub Desktop.
Hint: system [Processing]
lib/system/ansi_c.nim(37, 2) Error: cannot 'importc' variable at compile time
lib/system/ansi_c.nim(38, 2) Error: cannot 'importc' variable at compile time
lib/system/ansi_c.nim(39, 2) Error: cannot 'importc' variable at compile time
lib/system/ansi_c.nim(134, 10) Error: cannot 'importc' variable at compile time
lib/system.nim(2110, 6) Error: cannot 'importc' variable at compile time
lib/system.nim(2112, 6) Error: cannot 'importc' variable at compile time
lib/system.nim(2114, 6) Error: cannot 'importc' variable at compile time
Hint: stdin [Processing]
>>> import strutils
Hint: strutils [Processing]
Hint: parseutils [Processing]
>>> var a = "123"
stdin(2, 4) Error: cannot evaluate at compile time: a
Error: unhandled exception: stdin(2, 4) Error: cannot evaluate at compile time: a [ERecoverableError]
%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment