iiRecord
Agentic AI Atlas · PureScript
language:purescripta5c.ai
II.
Language JSON

language:purescript

Structured · live

PureScript json

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

File · domain/languages/purescript.yamlCluster · domain
Record JSON
{
  "id": "language:purescript",
  "_kind": "Language",
  "_file": "domain/languages/purescript.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "PureScript",
    "paradigms": [
      "functional",
      "pure"
    ],
    "description": "PureScript — a strongly-typed pure-functional language compiling to\nJavaScript, in the Haskell tradition.\n"
  },
  "outgoingEdges": [
    {
      "from": "language:purescript",
      "to": "domain:frontend",
      "kind": "applies_to",
      "attributes": {}
    },
    {
      "from": "language:purescript",
      "to": "domain:web-development",
      "kind": "applies_to",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}