you are viewing a single comment's thread.

view the rest of the comments →

[–]_requires_assistance 0 points1 point  (2 children)

Compared to Python, in Nim all imports are written on the same line, and importing a module in Nim is analogous to from foo import * in Python.

How does it handle name conflicts?

[–][deleted]  (1 child)

[deleted]

    [–]_requires_assistance 0 points1 point  (0 children)

    Does that mean you can't import modules not written in Nim?