iiRecord
Agentic AI Atlas · Elm
language:elma5c.ai
II.
Language JSON

language:elm

Structured · live

Elm json

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

File · domain/languages/elm.yamlCluster · domain
Record JSON
{
  "id": "language:elm",
  "_kind": "Language",
  "_file": "domain/languages/elm.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Elm",
    "paradigms": [
      "functional",
      "pure"
    ],
    "description": "Elm — a delightful pure-functional language for the browser frontend\nwith strong type inference and no runtime exceptions.\n"
  },
  "outgoingEdges": [
    {
      "from": "language:elm",
      "to": "domain:frontend",
      "kind": "applies_to",
      "attributes": {}
    },
    {
      "from": "language:elm",
      "to": "domain:web-development",
      "kind": "applies_to",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}