iiRecord
Agentic AI Atlas · Scheme
language:schemea5c.ai
II.
Language JSON

language:scheme

Structured · live

Scheme json

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

File · domain/languages/scheme.yamlCluster · domain
Record JSON
{
  "id": "language:scheme",
  "_kind": "Language",
  "_file": "domain/languages/scheme.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Scheme",
    "paradigms": [
      "functional",
      "lisp"
    ],
    "description": "Scheme — a minimalist Lisp dialect standardized by R5RS / R6RS / R7RS,\nknown for hygienic macros and tail-call optimization.\n"
  },
  "outgoingEdges": [
    {
      "from": "language:scheme",
      "to": "domain:computer-science",
      "kind": "applies_to",
      "attributes": {}
    },
    {
      "from": "language:scheme",
      "to": "domain:education",
      "kind": "applies_to",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}