JYTHON Meaning in Japanese - translations and usage examples

Noun
jython

Examples of using Jython in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Jython can be slower than Java.
JythonはJavaよりも遅い場合がある。
DTSL is mainly written in Java and Jython.
DTSLは、主にJavaとJythonで記述されています。
Jython currently supports up to Python 2.7.
Jythonは現在Python2.7をサポートしています。
It's predicated on the next release of Jython.
それは、Jythonの次のリリースが前提となります。
Jython has finally migrated from Subversion to Mercurial.
JythonリポジトリがSubversionからMercurialへようやく移行しました。
A typical DTSL instance is a combination of Java and Jython.
通常のDTSLインスタンスは、JavaとJythonの組み合わせです。
However, a DS-5 Debugger Jython script can access the DTSL configuration.
ただし、DS-5デバッガJythonスクリプトは、DTSLコンフィギュレーションにアクセスできます。
Java programs seem to have faster start-up times than Jython programs.
JavaプログラムはJythonプログラムよりも起動時間が速いようである。
Jython recently came out with a 2.5.2 release and have begun planning on a 2.6 release.
Jythonは最近2.5.2がリリースされて2.6リリースの計画が始まりました。
One of the big differences between JRuby and Jython is around the libraries.
JRubyとJythonの大きな違いはライブラリ周りにある。
Jython is an implementation of the Python programming language that is written in 100% Pure Java.
JPythonは、Pythonプログラム言語を100%PureJavaで実装したものです。
Tobias andI will also be presenting our paper"A New Compiler for Jython" at PyCon.
Tobiasと私もまた、PyConで「Jythonのための新しいコンパイラ」(source)という論文を発表します。
Other than for some basic modules, Jython programs utilize Java classes rather of Python modules.
一部の標準モジュールを除いては、JythonのプログラムはPythonモジュールの代わりにJavaのクラスを使っている。
Jython didn't do much of this, as a result many Python apps can't run in Jython.
Jythonではこうしたことをやらなかったので、多くのPythonアプリケーションはJythonは動作しない。
Jim Hugunin had already written an implementation of Python,called Jython, for the Java Virtual Machine(JVM).
JimHuguninは、この時すでに、Java仮想マシン(JVM)用に、Jythonと呼ばれるPythonの実装を書いていました。
A side goal of Jython 2.5 is to try to get some CPython frameworks working, especially the web frameworks.
Jython2.5の目標は、CPythonフレームワークのいくつかの機能、特に以下のようなWebフレームワークを手に入れることです。
One installation of Roundup can host multiple trackers,and this server now also hosts issue trackers for Jython and for the Python web site.
Roundupの一つのインストレーションは複数のトラッカーをホスト出来るため、このサーバは今ではJythonとPythonウェブサイトのための課題トラッカーもホストしています。
If you use Jython(a Python implementation for the Java platform), you will need to follow a few additional steps.
Jython(Javaプラットフォームで動くPython実装)を使っているなら、他にもいくつかステップを踏む必要があります。
These include IronPython(running Python on the. NET platform), Jython(on the Java runtime) and PyPy(implementing Python in a subset of itself).
IronPython(.NETプラットフォーム上でPythonを実行)、Jython(Javaランタイム上)、PyPy(Pythonを独自のサブセットに実装)などがあります。
Also, Jython and IronPython(see below) support JIT compilation on their respective virtual machine implementations.
また、JythonとIronPython(後述)は、それぞれの環境の仮想マシン実装へのJITコンパイルをサポートしています。
Now most of the problems we have identified actually occur only in testing, where Django makes certain assumptions aboutPython should run that don't apply to Jython.
現在、私達が発見した問題のほとんどは、Djangoが、JythonではなくPythonで実行することを想定している箇所のテストでのみ、実際に発生します。
For example, if Jython is used as part of a trace decoding pipeline, it can significantly slow down trace processing.
例えば、Jythonをトレースデコードパイプラインの一部として使用すると、トレース処理が大幅に遅くなる可能性があります。
Python Tools for Visual Studio, which has its first production release today, now supports all four major Python interpreters, CPython,IronPython, Jython, and PyPy.
PythonToolsforVisualStudioは、メジャーなPythonインタープリタであるCPython、IronPython、Jython、PyPyの4つすべてをサポートした最初の製品である。
If you use Jython(a Python implementation for the Java platform), you will need to follow a few additional steps.
もしJython(PythonのJavaプラットフォーム実装)を使っている場合は、いくつか追加のステップを実行する必要があります。
In attendance were members of the CPython, PyPy, Jython, IronPython, and Parrot VMs; packaging developers from Fedora, Ubuntu, and Debian; developers of the Twisted project, and several others.
出席者は、CPython,PyPy,Jython,IronPython,ParrotVMのメンバー、Fedora, Ubuntu,Debianのパッケージャ、Twistedプロジェクトの開発者やその他のプロジェクトのメンバーが集いました。
The Jython developers are working hard on producing Jython 2.5 which aims to align Jython with CPython 2.5 and provide a much cleaner and consistent code base.
Jythonの開発者は、CPython2.5に合わせて、さらにクリーンで一貫性のあるコードベースを提供するために、Jython2.5の製作に懸命に取り組んでいる。
This article showed an approach for creating a wsadmin Jython script to perform a specific IBM WebSphere Application Server administrative task; in this case, to create an additional member on an existing cluster.
この記事では、特定のIBMWebSphereApplicationServerの管理タスク(この場合は、既存のクラスターへの追加メンバーの作成)を実行するために、wsadminJythonスクリプトを作成するアプローチを紹介しました。
That being said, Jython has first class integration with Java, and Java code can easily be tested(see the many examples in the script gallery).
そうは言われながらも、JythonはJavaと最高の統合があり、Javaコードは容易にテストできる(スクリプトギャラリー(source)の多くの例を参照)。
As you might know, the Jython wsadmin scripting object methods can pass either a list of strings(as you see here) or a string of lists(which you saw earlier).
ご存知かもしれませんが、Jythonwsadminスクリプト・オブジェクトのメソッドは、文字列のリスト(ここで説明します)またはリストの文字列(先ほど説明しました)を渡すことができます。
In actual fact, both Jython and IronPython maintainers pointed out that their respective implementations either had a compatible AST module, or intended to provide one.
実際の事実として、JythonとIronPython双方のメンテナは、彼らのプロジェクトのそれぞれの実装もASTモジュール、またはその機能を提供するモジュールと互換性があることを指摘しました。
Results: 37, Time: 0.0308

Top dictionary queries

English - Japanese