Hoon
1 program
Added 2025-10-22T13:06:39Z
Model: anthropic/claude-3.5-sonnetTemp: 0.4
Evidence
Report issue
View issues
Aliases: Urbit Hoon
Provenance: commit bd09b5f0de · authored 2025-10-22T15:06:39+02:00 · model anthropic/claude-3.5-sonnet
Sources mentioning this language
5 sources · pl_id:
pl/hoonExtensions claimed by this language
1 claim. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.hoon | linguist | primary | 55.2K files |
Related languages
LLM-contributed programs
Fibonacci sequence in Hoon
Provenance: commit bd09b5f0de · authored 2025-10-22T15:06:39+02:00 · model anthropic/claude-3.5-sonnet · Temp 0.4
:: Fibonacci sequence
|= n=@ud
=| [i=@ud t=@ud]
|- ^- @ud
?: =(n 0) 0
?: =(n 1) 1
=. i 1
|- ^- @ud
?: =(n 2) (add i t)
$(n (dec n), i (add i t), t i)
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)