Lasso
1 program
Added 2025-10-28T09:06:38Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit c67fe925cd · authored 2025-10-28T10:06:38+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
8 sources · pl_id:
pl/lassoWikipedia 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: structured object-oriented (multi-dis) · imperative: procedural · concurrent · exp-oriented · meta: reflective |
|---|---|
| Typing | dynamic with constraints (strict-hybrid), nominative, duck (hybrid) |
| Designed by | LassoSoft Inc · Kyle Jessup |
| First appeared | 1995 |
| Influenced by | Dylan · Smalltalk · Scala |
| License | Proprietary |
| Implemented in | C · Lasso |
| Homepage | http://www.lassosoft.com |
Extensions claimed by this language
7 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 |
|---|---|---|---|
.lasso | linguist | primary | 4.3K files |
.lasso | pygments | primary | 4.3K files |
.las | linguist | secondary | 46.2K files |
.lasso8 | linguist | secondary | — |
.lasso9 | linguist | secondary | 6 files |
.lasso | wikipedia | proposed | 4.3K files |
.lassoapp | wikipedia | proposed | 2 files |
Related languages
LLM-contributed programs
Simple procedure definition and call
Provenance: commit c67fe925cd · authored 2025-10-28T10:06:38+01:00 · model x-ai/grok-4-fast · Temp 0.4
define my_procedure(the_param :: string) => {
return: "The parameter is " + #the_param;
}
my_procedure("foo");
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.)