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