iiRecord
Agentic AI Atlas · Fortran
language:fortrana5c.ai
II.
Language JSON

language:fortran

Structured · live

Fortran json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/languages/fortran.yamlCluster · domain
Record JSON
{
  "id": "language:fortran",
  "_kind": "Language",
  "_file": "domain/languages/fortran.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Fortran",
    "paradigms": [
      "imperative",
      "array-oriented"
    ],
    "description": "Fortran — the canonical numerical / scientific computing language;\nmodern standards (Fortran 2003 / 2008 / 2018 / 2023) support modules,\nOOP, and parallel coarrays.\n"
  },
  "outgoingEdges": [
    {
      "from": "language:fortran",
      "to": "domain:scientific-computing",
      "kind": "applies_to",
      "attributes": {}
    },
    {
      "from": "language:fortran",
      "to": "domain:mathematics",
      "kind": "applies_to",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}