What are the advantages / disadvantages of using Jython / IronPython / Pajamas?

EDIT

Ok, newbie, so please carry me. I am trying to ask the following:

  • Is it possible for a fan of Python syntax to use one of these options while the other members of the "plain vanilla" team have a version? Is this a matter of personal preference or require the transfer of other people to use these technologies?
  • Is it easy to convert between, say, Jython and Java or Pajamas and Javascript?
  • In addition, in general, what are the advantages / disadvantages that people experience when using them in the “real world”?

I think it is a little more clear what I'm looking for. Entrance from anyone who uses these technologies in the industry will be very helpful.

Thanks in advance for your understanding.

+5
source share
2 answers

You are talking about two different things.

First, Jython and IronPython are Python implementations that you can embed in a Java or C # application to provide scripting capabilities. This reduces the amount of code you have to write as a whole. Or you can look at them as a way to glue and use an existing collection of class libraries. However, you look at it, these are good things, and many people use them.

- . - . - Python, -, , Javascript. .

, , Python Javascript -. , Javascript. JSCRIPT Windows Javascript Jquery -. Javascript node.js, , Javascript. , . , , Javascript- 1.8 , , .

+5

?

. - , .

- ?

.

0

All Articles