Is there a way to use a static calculated string value as the argument of an 
import statement?

For example:

> import LIB&"tools"

where LIB was a defined symbol from the nim compile command - perhaps:

> nim c -d:LIB=vector myproject.nim

so that myproject.nim would import vectortools.nim

Trying the above form of the import did not work.

Reply via email to