iiRecord
Agentic AI Atlas · ReScript
language:rescripta5c.ai
II.
Language JSON

language:rescript

Structured · live

ReScript json

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

File · domain/languages/rescript.yamlCluster · domain
Record JSON
{
  "id": "language:rescript",
  "_kind": "Language",
  "_file": "domain/languages/rescript.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "ReScript",
    "paradigms": [
      "functional"
    ],
    "description": "ReScript — a typed functional language with a JavaScript-friendly\nsyntax, compiling to readable JS. Successor to BuckleScript / Reason.\n"
  },
  "outgoingEdges": [
    {
      "from": "language:rescript",
      "to": "domain:frontend",
      "kind": "applies_to",
      "attributes": {}
    },
    {
      "from": "language:rescript",
      "to": "domain:web-development",
      "kind": "applies_to",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}