Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92515
| From | Stefan Behnel <stefan_ml@behnel.de> |
|---|---|
| Subject | Re: Java to Python autoconverters |
| Date | 2015-06-12 14:51 +0200 |
| References | <4d3e5d71-72f2-47ea-b3f3-25630019ce83@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.416.1434113527.13271.python-list@python.org> (permalink) |
Sebastian M Cheung via Python-list schrieb am 12.06.2015 um 13:36: > Are these available? Any good ones to recommend? I recommend not doing that. You'd end up with ugly and unidiomatic Python code that's impossible to maintain, whereas you now (hopefully) have somewhat idiomatic Java code that should be reasonably maintainable. If you want to integrate Python code with Java code, take a look at Jython instead. If that's not what you want, then feel free to unveil your intentions. Stefan
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Java to Python autoconverters Sebastian M Cheung <minscheung@googlemail.com> - 2015-06-12 04:36 -0700 Re: Java to Python autoconverters Stefan Behnel <stefan_ml@behnel.de> - 2015-06-12 14:51 +0200 Re: Java to Python autoconverters Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-06-12 13:57 +0100 Re: Java to Python autoconverters Michael Torrie <torriem@gmail.com> - 2015-06-12 08:30 -0600
csiph-web