DYNAMICALLY TYPED Meaning in Japanese - translations and usage examples

[dai'næmikli taipt]
[dai'næmikli taipt]
動的型付け
動的型付き
動的に型付けされた
dynamically typed

Examples of using Dynamically typed in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Objects are strongly and dynamically typed.
オブジェクトは強力で動的な型付けを持ちます。
With dynamically typed languages, this is not a problem.
動的型付け言語ではこれは問題になりません。ダック・。
Dictionaries are a powerful tool in dynamically typed languages.
辞書は動的型付け言語における強力なツールです。
In a dynamically typed language, any value can be assigned to any variable.
一方、動的な型付けの言語では、変数にどんな型の値でも入れることができます。
This is usually greatly simplified in dynamically typed languages:.
これは通常、動的型付け言語では非常に単純化されています:。
Dynamically typed languages tend to use this memory model, too. Some Examples:.
動的型付け言語もこのメモリー・モデルを使用する傾向があります。例:。
These kinds of errors happen all the time in dynamically typed languages.
この種のエラーは、動的型付き言語ではよく起こります。
Dynamically typed: Every variable in Python can reference any type of data.
動的型指定:Pythonのすべての変数は、あらゆるタイプのデータを参照できます。
The performance=money equation will also bring dynamically typed languages into sharp focus.
パフォーマンス=お金の等式はさらに動的型付け言語に鋭く焦点をあてることになるだろう。
In dynamically typed languages, arrays can also double as other datatypes, such as lists:.
動的型付け言語では、配列はリストなどの他のデータ型のように二重になることもあります:。
It focuses on common cases specific to the language,but also covers a lot of information on dynamically typed languages.
この言語固有の一般的なケースに焦点を当てていますが、動的型付け言語に関する多くの情報も扱っています。
GDScript is a high-level, dynamically typed programming language used to create content.
GDScriptは、コンテンツの作成に使用される高水準の動的型付けプログラミング言語です。
If you're undecided and have experience with programming, especially dynamically typed languages, go for GDScript!
もしあなたがどの言語を使用するかをまだ決めておらず、プログラミング、特に動的型付け言語の経験があるなら、GDScriptを選んでください!
Some dynamically typed languages such as Common Lisp allow optional type declarations for optimization for this very reason.
この理由からCommonLispなどのいくつかの動的型付き言語では随意で型宣言ができるようになっている。
In contrast, JavaScript descends in spirit from a line of smaller, dynamically typed languages such as HyperTalk and dBASE.
それとは対照的に、JavaScriptはHyperTalkやdBASEといった一連の小規模で動的型付けを持つ言語の精神を受け継いでいます。
Arrays in dynamically typed languages can contain many different mixed datatypes inside and are always dynamic(can be resized at any time).
動的型付け言語の配列は、内部に多くの異なるデータ型を混在させることができ、常に動的です(いつでもサイズ変更可能)。
How does OCaml know what the types are(indeed, does OCaml know what the types are,or is OCaml completely dynamically typed?).
OCamlはどうやって型を知るのですか?(OCamlは本当にその型を知っているのですか?完全に動的型なのですか?)。
Support for dynamically typed languages in the JVM is very attractive to application developers who build applications in these languages.
JVMでの動的型付け言語のサポートは、それらの言語でアプリケーションを作成するアプリケーション開発者にとって非常に魅力的です。
In Java SE 8, the Java class file format has been updated, in part, because of JSR 292: Supporting Dynamically Typed Languages on the Java Platform.
JavaSE8で、Javaクラスファイルフォーマットがアップデートされ、JSR292(SupportingDynamicallyTypedLanguagesontheJavaPlatform)によってもたらされた変更を反映しています。
JavaScript is a dynamically typed language, variable types don't have to be defined upfront and it doesn't need to be compiled ahead.
JavaScriptは動的型付け言語ですが、変数の型は事前に決めておく必要は無く、且つ、事前にコンパイルしておく必要もありません。
Scheme was one of the first programming languages to incorporate first-class procedures as in the lambda calculus, thereby proving the usefulness of static scope rules andblock structure in a dynamically typed language.
Schemeはラムダ計算と同様の第一級の手続きを導入した最初のプログラミング言語のひとつであり、それによって動的型付け言語における静的スコープとブロック構造の有用性を証明した。
Dynamically typed languages only care about the instance having the desired method or member, not what it inherits or the class type..
動的に型付けされた言語は、それが継承しているものやクラスの型ではなく、目的のメソッドやメンバを持つインスタンスだけを扱います。ダック・。
Programming languages that allow such things are called“dynamically typed”, meaning that there are data types, but variables are not bound to any of them.
このようなことができるプログラミング言語は“動的型付け”と呼ばれ、データ型はありますが、変数はそのどれにもバインドされないことを意味します。
Some dynamically typed languages simply ignore a method call when it doesn't exist(like Objective C), but GDScript is stricter, so checking if the function exists is desirable:.
動的に型付けされた言語の中には(ObjectiveCのように)存在しないメソッドの呼び出しを単に無視するものがありますが、GDScriptはより厳密なので、関数が存在するかどうかをチェックするのが望ましいです:。
If you have previous experience with statically typed languages such as C, C++,or C but never used a dynamically typed one before, it is advised you read this tutorial: GDScript: An introduction to dynamic languages.
C、C++、Cなどの静的型付き言語の経験があるが、これまでに動的型付き言語を使用したことがない場合は、以下のチュートリアルを読むことをお勧めします。GDScript:動的言語の紹介。
Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection- making it ideal for configuration, scripting, and rapid prototyping.
Luaは動的型付けであり、レジスタベースの仮想マシン向けのバイトコードを解釈することによって実行されます。また、インクリメンタルガベッジコレクションによる自動メモリ管理を備えており、設定、スクリプティング、ラピッドプロトタイピングに最適です。
If we have truly reached the time where dynamically typed languages are“fast enough”, then that will be reflected in the price for renting cloud servers.
もし動的型付け言語が“十分に速い”というところまで本当に到達しているのであれば、レンタルしているクラウドサーバの価格に反映されるはずだからだ。
It has many advantages- it is dynamically typed, requires no compile step, and has a huge ecosystem that provides powerful frameworks, libraries, and other tools.
そして多くの利点-動的型付け言語である、コンパイルが必須でない、パワフルなフレームワーク、ライブラリやツールを提供する豊富な土壌等を持っています。
Results: 28, Time: 0.0317

Word-for-word translation

Top dictionary queries

English - Japanese