翻訳者レビュー ( 英語 → 日本語 )

評価: 68 / ネイティブ 日本語 / 0 Reviews / 2013/03/19 10:39:20

jaga
jaga 68
英語

In computing, reactive programming is a programming paradigm oriented around data flows and the propagation of change. This means that it should be possible to express static or dynamic data flows with ease in the programming languages used, and that the underlying execution model will automatically propagate changes through the data flow.
For example, in an imperative programming setting, would mean that is being assigned the result of in the instant the expression is evaluated. Later, the values of and can be changed with no effect on the value of .
In reactive programming, the value of would be automatically updated based on the new values.

日本語

コンピューティングにおいて、リアクティブプログラミングはデータの流れや変更の伝搬に対応したプログラミングパラダイムです。これは、使用しているプログラミング言語の中で静的あるいは動的なデータの流れを容易に表現でき、また、その基盤となっている実行モデルがデータの流れを通して変更を自動的に伝搬することを意味します。
例えは、命令形プログラミングではa:=b+cは式が評価されると直ちにb+cの結果がaに割り当てられることになります。その後、bやcの値が変更されてもaの値は影響されません。リアクティブプログラミングでは新しい値に基づいてaの値が自動的に更新されます。

レビュー ( 0 )

翻訳者レビューはまだありません