From: David H. <Dav...@sa...> - 2008-04-07 14:07:51
|
Hi Rachmat - To comple C source code, you use a C compiler. To compile Java source code, you use a Java compiler. To compile Pascal source code, you use a Pascal compiler. I don't compile Python scripts, I just run them using Python or Jython. You are correct, the Python compile and execfile functions only work with Python source code. Jython is great, but it does have limitations. For example it doesn't work with Pascal source code at all... What kind of classes are you taking in school right now? David H ________________________________________ From: jyt...@li... [jyt...@li...] On Behalf Of ra...@cs... [ra...@cs...] Sent: Monday, April 07, 2008 12:47 AM To: jyt...@li... Subject: [Jython-users] compile source code language c / java / pascal / python dear all, i'm so confuse to trying how to compile file c / java / pascal / python using script jython. compile --> just to compile string execfile --> just to file .py any solution ? thanks rachmat ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Jython-users mailing list Jyt...@li... https://lists.sourceforge.net/lists/listinfo/jython-users |