in reply to Re^6: Pre-compiled Perl?
in thread Pre-compiled Perl?

Afaik does a require in Ruby also execute the code, and while not being an expert in Python it was easy to find the function __import__() which is executed at import. °

I'd rather say execution at import is the rule and not the exception for dynamic languages.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

footnotes

°) just checked it, no difference in Python, just see Why is Python running my module when I import it