nim-lang/nim

Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 3rd, 2026
Created on August 16th, 2010
Open Issues & Pull Requests: 2,188 (+0)
GitHub issues: Enabled
Number of forks: 1,548
Total Stargazers: 18,220 (+0)
Total Subscribers: 287 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.3 hours
Mean response time: 146.3 days
90th percentile: 462.3 days
Tracked items: 1,152

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 87% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "Regression" is answered fastest, typically in about an hour, while "works_but_needs_test_case" waits about 8 weeks. 72% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 545
New in 7 days: 5
Closed in 7 days: 7
Avg open age: 1,106 days
Stale 30+ days: 529
Stale 90+ days: 492

Recent activity

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

Top labels

  • Compiler Crash (79)
  • works_but_needs_test_case (72)
  • Error Messages (64)
  • Generics (58)
  • Standard Library (53)
  • Regression (41)
  • Showstopper (37)
  • Code Generation (35)

Detailed Description

Nim is a statically typed compiled systems programming language that combines concepts from Python, Ada, and Modula, prioritizing efficiency, expressiveness, and elegance in its design.

Nim addresses the need for a language that merges the readability and ease of use found in high-level languages with the performance and control required for systems programming. It achieves this through a procedural design that supports powerful metaprogramming capabilities via macros, allowing developers to write expressive code that compiles to efficient machine code. The language compiles to C, leveraging existing C compilers for the final compilation step, which enables broad platform support and optimization opportunities.

Developers considering Nim should evaluate it for systems-level projects where both performance and code clarity matter. It suits teams comfortable with Python-like syntax who need compiled performance, or those seeking an alternative to languages like C or C++ with more modern ergonomics. The project officially supports Windows, Linux, and macOS across multiple architectures, though additional platforms exist with varying stability guarantees.

The project maintains active engagement with its user base, with nearly all open issues originating from external adopters rather than the core team, reflecting substantial real-world usage. Maintainers typically respond to new issues and pull requests within a day. The issue tracker shows concentrated effort on compiler stability and quality, with dominant work categories including test case development, compiler crash fixes, and error message improvements.