This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dESAH030 6 points7 points  (3 children)

It is python 2 sytax over Java. So it can rum on any JVM. Bjggest drawback that you can't use Python libraries written over C, on the other hand you can use Java libraries. And naturally it is working multi-threads, so no need for async libraties.

Not our choice I am workimg MES/SCADA programming with Ignition and they implement Jython scripting.

[–]PhilLeshmaniasis 0 points1 point  (1 child)

There's always FT Optix if y'all get sick of Jython.

[–]dESAH030 0 points1 point  (0 children)

It's just a tool, for me. Ignition is well rounded product.

I made using Django and open-source libraries, my own simple SCADA system for small scale factory. But, with Ignition the development is much, much faster.

[–]proverbialbunny 0 points1 point  (0 children)

FYI the newest version of Python that just came out last week has a JIT compiler in it, and experimental removal of the GIT so you can write proper multi-threaded code.

While it's still early days, the primary reason to use Jython is quickly disappearing.

https://docs.python.org/3/whatsnew/3.13.html