XML
プログラミング言語 - XML
プログラミング言語は、コンピュータに対して特定の処理を実行させるための指示を記述するための形式言語です。高水準言語(Python、Java、C#など)から低水準言語(アセンブリ、機械語)まで、様々なレベルの言語が存在します。2025年現在、PythonはAI/機械学習ブームにより絶対的な人気を誇り、Javaは企業システムで、JavaScriptはWeb開発で広く利用されています。また、RustやGoといった比較的新しい言語も注目を集めています。
プログラミング
プログラミング言語
ソフトウェア開発
コーディング
コンピュータサイエンス
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<code>01</code>
<slug>python</slug>
<name>Python</name>
<description>AI/機械学習で圧倒的人気の高水準言語です。</description>
<creator>Guido van Rossum</creator>
<paradigm>["Object-oriented","Procedural","Functional","Structured"]</paradigm>
<yearCreated>1991</yearCreated>
</item>
<item>
<code>02</code>
<slug>java</slug>
<name>Java</name>
<description>企業システムで広く利用されるオブジェクト指向言語です。</description>
<creator>James Gosling</creator>
<paradigm>["Object-oriented","Class-based","Imperative","Functional"]</paradigm>
<yearCreated>1995</yearCreated>
</item>
<item>
<code>03</code>
<slug>javascript</slug>
<name>JavaScript</name>
<description>Web開発の必須言語で、フロントエンドとバックエンド両方で使用されます。</description>
<creator>Brendan Eich</creator>
<paradigm>["Event-driven","Functional","Imperative","Object-oriented"]</paradigm>
<yearCreated>1995</yearCreated>
</item>
<item>
<code>04</code>
<slug>csharp</slug>
<name>C#</name>
<description>Microsoft開発の多言語対応オブジェクト指向言語です。</description>
<creator>Microsoft (Anders Hejlsberg)</creator>
<paradigm>["Structured","Imperative","Object-oriented","Event-driven","Functional"]</paradigm>
<yearCreated>2000</yearCreated>
</item>
<item>
<code>05</code>
<slug>c</slug>
<name>C言語</name>
<description>システムプログラミングの基礎となる低水準言語です。</description>
<creator>Dennis Ritchie</creator>
<paradigm>["Imperative","Procedural","Structured"]</paradigm>
<yearCreated>1972</yearCreated>
</item>
<item>
<code>06</code>
<slug>cpp</slug>
<name>C++</name>
<description>C言語にオブジェクト指向を追加した高性能言語です。</description>
<creator>Bjarne Stroustrup</creator>
<paradigm>["Imperative","Object-oriented","Generic","Functional"]</paradigm>
<yearCreated>1985</yearCreated>
</item>
<item>
<code>07</code>
<slug>ruby</slug>
<name>Ruby</name>
<description>日本発のシンプルで生産性の高いオブジェクト指向言語です。</description>
<creator>Yukihiro Matsumoto</creator>
<paradigm>["Object-oriented","Imperative","Functional","Reflective"]</paradigm>
<yearCreated>1995</yearCreated>
</item>
<item>
<code>08</code>
<slug>go</slug>
<name>Go</name>
<description>Google開発のシンプルで高速なシステム言語です。</description>
<creator>Google (Robert Griesemer, Rob Pike, Ken Thompson)</creator>
<paradigm>["Imperative","Concurrent","Structural"]</paradigm>
<yearCreated>2009</yearCreated>
</item>
<item>
<code>09</code>
<slug>rust</slug>
<name>Rust</name>
<description>メモリ安全性を重視したシステムプログラミング言語です。</description>
<creator>Graydon Hoare (Mozilla)</creator>
<paradigm>["Multi-paradigm","Concurrent","Functional","Imperative"]</paradigm>
<yearCreated>2010</yearCreated>
</item>
<item>
<code>10</code>
<slug>swift</slug>
<name>Swift</name>
<description>Apple純正のiOS/macOSアプリ開発言語です。</description>
<creator>Apple (Chris Lattner)</creator>
<paradigm>["Protocol-oriented","Object-oriented","Functional","Imperative"]</paradigm>
<yearCreated>2014</yearCreated>
</item>
<item>
<code>11</code>
<slug>kotlin</slug>
<name>Kotlin</name>
<description>Javaと互換性のあるAndroid開発推奨言語です。</description>
<creator>JetBrains</creator>
<paradigm>["Object-oriented","Functional","Imperative"]</paradigm>
<yearCreated>2011</yearCreated>
</item>
<item>
<code>12</code>
<slug>php</slug>
<name>PHP</name>
<description>Web開発に特化したサーバーサイドスクリプト言語です。</description>
<creator>Rasmus Lerdorf</creator>
<paradigm>["Imperative","Functional","Object-oriented","Procedural"]</paradigm>
<yearCreated>1995</yearCreated>
</item>
<item>
<code>13</code>
<slug>typescript</slug>
<name>TypeScript</name>
<description>JavaScriptに型システムを追加したMicrosoft製言語です。</description>
<creator>Microsoft (Anders Hejlsberg)</creator>
<paradigm>["Functional","Imperative","Object-oriented"]</paradigm>
<yearCreated>2012</yearCreated>
</item>
<item>
<code>14</code>
<slug>sql</slug>
<name>SQL</name>
<description>リレーショナルデータベースを操作する標準言語です。</description>
<creator>Donald D. Chamberlin, Raymond F. Boyce (IBM)</creator>
<paradigm>["Declarative"]</paradigm>
<yearCreated>1974</yearCreated>
</item>
<item>
<code>15</code>
<slug>r</slug>
<name>R</name>
<description>統計解析とデータ可視化に特化した言語です。</description>
<creator>Ross Ihaka, Robert Gentleman</creator>
<paradigm>["Multi-paradigm","Object-oriented","Functional","Procedural"]</paradigm>
<yearCreated>1993</yearCreated>
</item>
</items>