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


Groups > comp.lang.python > #110264

Re: Request for opinions: A cross language development tool

From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Request for opinions: A cross language development tool
Date 2016-06-22 05:28 +1000
Message-ID <mailman.19.1466537343.11516.python-list@python.org> (permalink)
References (4 earlier) <CAPTjJmqwmZn_8FP9QFoiRiSLT98tYnGN9b0=DkH5dyYVT_FoKQ@mail.gmail.com> <576980EA.2030103@bridge-dev.com> <CAPTjJmogt-7P7hF+WAqcdWRxuac9LcrYkxN+O2uQ=cXgA76F3g@mail.gmail.com> <576987D5.3030502@bridge-dev.com> <CAPTjJmoitYjVUyT569KCC=iXPwcOdMymy9U52bSuMyM4b4spSw@mail.gmail.com>

Show all headers | View raw


On Wed, Jun 22, 2016 at 4:30 AM, Tal Zion <tal@bridge-dev.com> wrote:
> We use CPython's implementation of exec and eval.
>

(Please don't keep top-posting.)

Okay. So as I understand it, this requires the full CPython
interpreter to be included at run-time; how does this help you work
seamlessly with other languages? How is this different from simply
having CPython (or PyPy, since you're messing with performance - PyPy
JIT-compiles to native code, so it can be pretty fast), Ruby, etc, etc
all installed and operating separately?

Here's a concrete example. Python has several data types for storing
numbers. Notably, int (which can store *any* integer), and float
(which can store non-integers as well, but has roughly 53 bits of
storage). JavaScript has only the latter. So how can the two
interoperate correctly? Can Python code call a JavaScript function?
Vice versa? And if not, how seamlessly are the languages actually able
to work together?

ChrisA

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


Thread

Request for opinions: A cross language development tool Tal Zion <tal@bridge-dev.com> - 2016-06-21 15:10 +0300
  Re: Request for opinions: A cross language development tool Christian Gollwitzer <auriocus@gmx.de> - 2016-06-21 14:39 +0200
    Re: Request for opinions: A cross language development tool Tal Zion <tal@bridge-dev.com> - 2016-06-21 17:06 +0300
      Re: Request for opinions: A cross language development tool BartC <bc@freeuk.com> - 2016-06-21 19:02 +0100
    Re: Request for opinions: A cross language development tool Chris Angelico <rosuav@gmail.com> - 2016-06-22 03:36 +1000
    Re: Request for opinions: A cross language development tool Tal Zion <tal@bridge-dev.com> - 2016-06-21 21:01 +0300
      Re: Request for opinions: A cross language development tool Laurent Pointal <laurent.pointal@free.fr> - 2016-06-23 09:36 +0200
        Re: Request for opinions: A cross language development tool Marko Rauhamaa <marko@pacujo.net> - 2016-06-23 12:07 +0300
    Re: Request for opinions: A cross language development tool Chris Angelico <rosuav@gmail.com> - 2016-06-22 04:26 +1000
    Re: Request for opinions: A cross language development tool Tal Zion <tal@bridge-dev.com> - 2016-06-21 21:30 +0300
    Re: Request for opinions: A cross language development tool Chris Angelico <rosuav@gmail.com> - 2016-06-22 05:28 +1000
  Re: Request for opinions: A cross language development tool Steven D'Aprano <steve@pearwood.info> - 2016-06-22 02:25 +1000

csiph-web