LiveScript
1 program
Added 2025-10-29T08:48:36Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: ls
Provenance: commit f930f00ef9 · authored 2025-10-29T09:48:36+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
8 sources · pl_id:
pl/livescriptWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | multi-paradigm · functional · object-oriented |
|---|---|
| Typing | dynamic, weak |
| Designed by | (same) · Jeremy Ashkenas · Satoshi Murakami · George Zahariev |
| First appeared | 2011 |
| Influenced by | JavaScript · Haskell · CoffeeScript · F# |
| License | MIT |
| Homepage | https://livescript.net |
Extensions claimed by this language
4 claims. 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 |
|---|---|---|---|
.ls | linguist | primary | 285.4K files |
.ls | pygments | primary | 285.4K files |
._ls | linguist | secondary | — |
.ls | wikipedia | proposed | 285.4K files |
Related languages
LLM-contributed programs
FizzBuzz Example
Provenance: commit f930f00ef9 · authored 2025-10-29T09:48:36+01:00 · model x-ai/grok-4-fast · Temp 0.4
fizzbuzz = (n) ->
for i from 1 til n
switch
case not i % 15 => 'FizzBuzz'
case not i % 5 => 'Fizz'
case not i % 3 => 'Buzz'
default ' #{i}'
for fb to 20 => console.log fb
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.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.ls/1 | .ls | default | [] |