iiRecord
Agentic AI Atlas · Racket
language:racketa5c.ai
II.
Language JSON

language:racket

Structured · live

Racket json

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

File · domain/languages/racket.yamlCluster · domain
Record JSON
{
  "id": "language:racket",
  "_kind": "Language",
  "_file": "domain/languages/racket.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Racket",
    "paradigms": [
      "functional",
      "lisp",
      "language-oriented"
    ],
    "description": "Racket — a Scheme-derived general-purpose language with a strong\nmacro system used for language-oriented programming and education.\n"
  },
  "outgoingEdges": [
    {
      "from": "language:racket",
      "to": "domain:computer-science",
      "kind": "applies_to",
      "attributes": {}
    },
    {
      "from": "language:racket",
      "to": "domain:education",
      "kind": "applies_to",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}