You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: