Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing modules written in Clever #334

Open
muriloadriano opened this issue Mar 31, 2013 · 3 comments
Open

Importing modules written in Clever #334

muriloadriano opened this issue Mar 31, 2013 · 3 comments

Comments

@muriloadriano
Copy link
Member

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
Copy link
Member

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
Copy link
Member

What is your idea on this topic?

@muriloadriano
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants