leachim6/hello-world

Hello world in every computer language. Thanks to everyone who contributes to this, make sure to see contributing.md for contribution instructions!

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 5th, 2026
Created on July 15th, 2008
Open Issues & Pull Requests: 115 (+0)
GitHub issues: Enabled
Number of forks: 2,114
Total Stargazers: 11,950 (+0)
Total Subscribers: 132 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 16.2 days
Mean response time: 123.9 days
90th percentile: 291.3 days
Tracked items: 20

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 375 days
Stale 30+ days: 20
Stale 90+ days: 20

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

hello-world is a collection of Hello World program examples that demonstrates how to write the canonical first program across numerous programming languages.

The project addresses the need for quick reference implementations of the simplest possible program in different languages. It works by maintaining a repository where each language gets its own Hello World example, allowing developers to see the basic syntax and structure required to produce output in unfamiliar languages. This approach serves both as a learning tool for those exploring new languages and as a quick lookup reference for developers switching between different programming environments.

The project suits anyone learning new programming languages or exploring esoteric and experimental languages. It works well for developers who want to understand the minimal viable program structure in a given language without the complexity of larger examples. The collection is particularly valuable for those interested in language design and comparison, as seeing Hello World implementations side by side reveals fundamental differences in syntax and approach across the language spectrum.

The project maintains active community engagement through contributions, with new language implementations being added regularly as programming languages continue to emerge. The repository includes clear contribution guidelines to facilitate ongoing expansion of the collection.