Lambda Sort
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
Lambda Sort has 6 facts recorded in Dontopedia across 1 reference.
Mostly:uses(1), rdf:type(1), applied to(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (4)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
resultOfResult of(1)
- Output
ex:output
sortedByFunctionSorted by Function(1)
- Tasks
ex:tasks
sortFunctionSort Function(1)
- Tasks
ex:tasks
usedByUsed by(1)
- Priority Map
ex:priority-map
Other facts (6)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Uses | Priority Map | [1] |
| Rdf:type | Sorting Function | [1] |
| Applied to | Tasks | [1] |
| Has Parameter | X | [1] |
| Accesses Key | priority | [1] |
| Returns | Numeric Value | [1] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (1)
ctx:claims/beam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72a- full textbeam-chunktext/plain1 KB
doc:beam/2aee4ccc-a2b2-4c09-8866-6200ddf1b72aShow excerpt
# Define a dictionary to map priority strings to numeric values priority_map = {"High": 1, "Medium": 2, "Low": 3} # Sort the tasks by priority tasks.sort(key=lambda x: priority_map[x["priority"]]) # Print sorted tasks for task in tasks: …
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.