|
|
|
|
|
by maleldil
319 days ago
|
|
I don't see how Nim's import is necessary for that to happen. You can allow the user to specify items to import without the qualifier (like Python's `from lib import foo`), and the universal function call syntax would work, too. |
|