> R. Alan Monroe wrote: >> Just curious. Googling for 'python "dis module" convert "another >> language" ' only got two hits. So maybe no one is trying it? I was >> just daydreaming about a native python compiler, and wondered how >> feasible it would be. >>
> There is already a python -> exe converter. Comes up on the list now and > then. What would your idea change? The main things about it that would make it appealing to me: #1 - MUCH MUCH MUCH smaller exes. Speed is not an issue to me, but filesize is. Have you ever compiled "Hello world" in a new language, and found that the exe was 100K+, when it really only needs to be less than 1K? And py2exe... I am not averse to using it, but 800 - 1000K+ exes, well, it's just my pet peeve. #2 - Love of classic hacking wizardry. :^) Alan _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor