Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #92528

Re: Java to Python autoconverters

Date 2015-06-12 08:30 -0600
From Michael Torrie <torriem@gmail.com>
Subject Re: Java to Python autoconverters
References <4d3e5d71-72f2-47ea-b3f3-25630019ce83@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.426.1434119468.13271.python-list@python.org> (permalink)

Show all headers | View raw


On 06/12/2015 05:36 AM, Sebastian M Cheung via Python-list wrote:
> Are these available? Any good ones to recommend?

The only use case for such a program that I can think of is a compiler
that is just using another language as an intermediate step, and that
language is usually going to be compiled (for example, several compilers
for different languages emit C code) or some other virtual machine like
a Javascript engine.

I don't want to put this too harshly, but the job of translating from
one language to another, and making the code idiomatic and maintainable
is up to you the programmer.  If you are a programmer you should be able
to easily do this, even if you have not worked with the source language
before.

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


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