プログラミング wikipedia - EAS
Rust (プログラミング言語) - Wikipedia
https://ja.wikipedia.org/wiki/Rust_(プログラミング言語)WebRust(ラスト)は、性能、メモリ安全性、安全な並行性を目指して設計されたマルチパラダイムのプログラミング言語である。 C言語、C++に代わるシステムプログラミング言語を目指しており 、構文的にはC++に似ているが 、「ボローチェッカー」(borrow checker) で参照の有効性を検証することに ...
Scratch (プログラミング言語) - Wikipedia
https://ja.wikipedia.org/wiki/Scratch_(プログラミング言語)WebScratch(スクラッチ)は、Scratch財団がマサチューセッツ工科大学(MIT)メディアラボ ライフロングキンダーガーデングループ(MIT Media Lab Lifelong Kindergarten Group)と共同開発する、8歳から16歳のユーザーがメインターゲットの無料教育プログラミング言語及びその開発環境、コミュニティサイトで ...
PHP (プログラミング言語) - Wikipedia
https://ja.wikipedia.org/wiki/PHP_(プログラミング言語)Webプログラミング言語としてのPHPは、CやPerl, Javaなどのプログラミング言語に強く影響を受けており、これらの言語に近く学習しやすい文法を有する。 組み込み関数についてもこれらの言語から直接輸入されたものも多く、関数名を変えずにそのまま取り込ん ...
プログラミング言語年表 - Wikipedia
https://ja.wikipedia.org/wiki/プログラミング言語年表Web構造化プログラミングの考え方を取り入れた最初の言語である。その後、改良が進められたが、当時の水準ではコンパイラの作成が難しく、あまり普及しなかった。構造化プログラミングは後に登場するPascalやC言語など多くの言語に影響を与えた。
Structured programming - Wikipedia
https://en.wikipedia.org/wiki/Structured_programmingWebStructured programming is a programming paradigm aimed at improving the clarity, quality, and development time of a computer program by making extensive use of the structured control flow constructs of selection (if/then/else) and repetition (while and for), block structures, and subroutines.. It emerged in the late 1950s with the appearance of …
Generic programming - Wikipedia
https://en.wikipedia.org/wiki/Generic_programmingWebGeneric programming is a style of computer programming in which algorithms are written in terms of types to-be-specified-later that are then instantiated when needed for specific types provided as parameters.This approach, pioneered by the ML programming language in 1973, permits writing common functions or types that differ only in the set of types on …
Extreme programming - Wikipedia
https://en.wikipedia.org/wiki/Extreme_ProgrammingWebExtreme programming (XP) is a software development methodology intended to improve software quality and responsiveness to changing customer requirements. As a type of agile software development, it advocates frequent releases in short development cycles, intended to improve productivity and introduce checkpoints at which new customer requirements …
Functional reactive programming - Wikipedia
https://en.wikipedia.org/wiki/Functional_reactive_programmingWebFunctional reactive programming (FRP) is a programming paradigm for reactive programming (asynchronous dataflow programming) using the building blocks of functional programming (e.g. map, reduce, filter).FRP has been used for programming graphical user interfaces (GUIs), robotics, games, and music, aiming to simplify these problems by …
なでしこ (プログラミング言語) - Wikipedia
https://ja.wikipedia.org/wiki/なでしこ_(プログラミング言語)Webなでしこは、オープンソースのプログラミング言語であり、ソースコードが公開されている。 なでしこ(v1)の本体は Delphi で開発された。 インタプリタ方式なので実行速度は遅いが、ひまわりと比べると、実行速度が10倍以上速くなっている。
粒度 (プログラミング) - Wikipedia
https://ja.wikipedia.org/wiki/粒度_(プログラミング)Web例えばオブジェクト指向プログラミングでは クラスを分割する粒度を意識することもできる。 対象 モジュール. モジュールも分割し単位にされる。モジュールの単位とは、要素となる各手続きを集めた1目的分の1ステップをさす。

