clever-lang / clever

Clever programming language
Other
47 stars 16 forks source link

Importing modules written in Clever #334

Open muriloadriano opened 11 years ago

muriloadriano commented 11 years ago

We need to improve the way we import modules written in clever. For example, currently there is no way to use a CLV module without importing everything of this module to the global namespace. We could also add something like set_import_path(), so we could avoid of using import modules.std.logging.logger.*;.

felipensp commented 11 years ago

The problem with set_import_path() is that it's a runtime thing, when the import statement seeks for the file on compile-time.

felipensp commented 10 years ago

What is your idea on this topic?

muriloadriano commented 10 years ago

I have to remember that. By now, you can close this issue if you want.