II.
Language JSON
Structured · livelanguage:scheme
Scheme json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}