II.
Language JSON
Structured · livelanguage:fortran
Fortran json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}