II.
Language JSON
Structured · livelanguage:purescript
PureScript json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "language:purescript",
"_kind": "Language",
"_file": "domain/languages/purescript.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "PureScript",
"paradigms": [
"functional",
"pure"
],
"description": "PureScript — a strongly-typed pure-functional language compiling to\nJavaScript, in the Haskell tradition.\n"
},
"outgoingEdges": [
{
"from": "language:purescript",
"to": "domain:frontend",
"kind": "applies_to",
"attributes": {}
},
{
"from": "language:purescript",
"to": "domain:web-development",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": []
}