{
"id": "language:elixir",
"_kind": "Language",
"_file": "domain/languages/elixir.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Elixir",
"paradigms": [
"functional",
"concurrent"
],
"description": "Elixir is a functional, concurrent, dynamically-typed language built on\nthe Erlang BEAM virtual machine. It inherits BEAM's legendary fault\ntolerance — lightweight processes, supervisors, and \"let it crash\"\nphilosophy — while adding a modern syntax, macros, and a rich toolchain.\n\nThe Phoenix framework (including LiveView for server-rendered interactive\nUIs) is the dominant web framework. Elixir shines in real-time systems,\nchat, multiplayer games, IoT hubs, and financial messaging where millions\nof concurrent connections and high uptime are required. OTP patterns —\nGenServer, Supervisor, Application — are central to structuring Elixir\napplications.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "framework:phoenix-liveview",
"to": "language:elixir",
"kind": "belongs_to_language"
},
{
"from": "framework:phoenix",
"to": "language:elixir",
"kind": "belongs_to_language"
},
{
"from": "stack-profile:elixir-phoenix-liveview",
"to": "language:elixir",
"kind": "composed_of"
},
{
"from": "scope-boundary:elixir.scope",
"to": "language:elixir",
"kind": "bounds_subject"
}
]
}