I am just writing an python interpreter for fun to see how some language features can be implemented.
Now comes to the point of implement “import”……. Do you guys have some ideas about how to do that? What are some potential problems?
I am just writing an python interpreter for fun to see how some language
Share
Try this –
Importing Python Modules
Python modules – How do they work
How does import keyword in python actually work?