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

How are imported libraries treated in LPython program? #2681

Closed
Foxchandaisuki opened this issue May 4, 2024 · 1 comment
Closed

How are imported libraries treated in LPython program? #2681

Foxchandaisuki opened this issue May 4, 2024 · 1 comment

Comments

@Foxchandaisuki
Copy link

As I heard, in case of Mojo language, which is LPython's competitor, the python libraries imported in Mojo program are not AOT compiled and need to be interpreted at runtime, so the computer running Mojo program importing Python libraries must have that libraries installed on it.

How about LPython? It does same to the imported Python libraries? or they also got AOT compiled and the computer running the program are not required to install the libraries on it?

@kmr-srbh
Copy link
Contributor

kmr-srbh commented May 5, 2024

Hello! Since you have posted the above query in our Zulip organization, I request you to close this issue.

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

No branches or pull requests

2 participants