Mirah
1 program
Added 2025-11-12T09:10:57Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 3bbe271170 · authored 2025-11-12T10:10:57+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
8 sources · pl_id:
pl/mirahWikipedia 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 · imperative · object-oriented · reflective |
|---|---|
| Typing | duck, dynamic, strong |
| Designed by | Yukihiro Matsumoto · et al |
| First appeared | 1995 |
| Influenced by | Ada · BASIC · C++ · CLU · Dylan · Eiffel · Lisp · Lua · Perl · Python · Smalltalk |
| License | Ruby |
| Implemented in | C |
| Homepage | https://www.ruby-lang.org/en/ |
Extensions claimed by this language
12 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 |
|---|---|---|---|
.druby | linguist | primary | 2 files |
.rb | pygments | primary | 128.2M files |
.duby | linguist | secondary | 298 files |
.duby | pygments | secondary | 298 files |
.gemfile | pygments | secondary | 66.1K files |
.gemspec | pygments | secondary | 2.0M files |
.mirah | linguist | secondary | 5.8K files |
.rake | pygments | secondary | 826.4K files |
.rakefile | pygments | secondary | 254 files |
.rbw | pygments | secondary | 2.7K files |
.rbx | pygments | secondary | 30.5K files |
.vagrantfile | pygments | secondary | 1.1K files |
Related languages
LLM-contributed programs
Simple Greeter Class
Provenance: commit 3bbe271170 · authored 2025-11-12T10:10:57+01:00 · model x-ai/grok-4-fast · Temp 0.4
class Greeter
def initialize(name)
@name = name
end
def greet
puts "Hello, #{@name}"
end
end
greeter = Greeter.new("World")
greeter.greet
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.)