Gleam
1 program
Added 2025-10-23T07:15:41Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit d76d8b278c · authored 2025-10-23T09:15:41+02:00 · model x-ai/grok-4-fast
Sources mentioning this language
7 sources · pl_id:
pl/gleamWikipedia 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 · concurrent |
|---|---|
| Typing | type-safe, static, inferred |
| Designed by | Louis Pilfold |
| First appeared | 2016 |
| Influenced by | Alpaca · Elm · Erlang · Elixir · Go · JavaScript · OCaml · Rust |
| License | Apache License 2.0 |
| Implemented in | Rust |
| Homepage | https://gleam.run/ |
Extensions claimed by this language
3 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 |
|---|---|---|---|
.gleam | linguist | primary | 14.9K files |
.gleam | pygments | primary | 14.9K files |
.gleam | wikidata | primary | 14.9K files |
Related languages
LLM-contributed programs
Hello World with Functions
Provenance: commit d76d8b278c · authored 2025-10-23T09:15:41+02:00 · model x-ai/grok-4-fast · Temp 0.4
import gleam/io
pub fn main() {
first()
second()
}
pub fn first() {
io.println("Hello from the first function!")
}
pub fn second() {
io.println("Hello from the second function!")
}
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.)