nim
brew install nim
v2.2.10
MIT
Statically typed systems programming language that compiles to C, C++, or JavaScript.
Why you might care
Nim offers Python-like syntax with C performance and compile-time metaprogramming via macros. It's a single-binary compiler producing efficient native code or JavaScript, making it useful for systems tools, CLI applications, and cross-platform projects where you want expressiveness without the runtime overhead of interpreted languages.
1.7k
30-day installs · #1045
5.1k
90-day · #1078
16.4k
365-day · #1167
Build dependencies
Links
- https://nim-lang.org/
- Brew formula source: Formula/n/nim.rb
Blurb generated by claude-haiku-4-5 on 2mo ago.
Raw metadata
{
"aliases": [],
"alternatives": [
"Rust",
"Go",
"C",
"Crystal"
],
"build_dependencies": [
"help2man"
],
"categories": [
"compiler",
"language-runtime"
],
"caveats": null,
"conflicts_with": [
"atlas",
"mongodb-atlas-cli"
],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Statically typed compiled systems programming language",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:17+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "nim",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://nim-lang.org/",
"homepage_og_description": "The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript.",
"homepage_og_image": "https://nim-lang.org/assets/img/twitter_banner.png",
"homepage_title": "Nim Programming Language",
"installs_30d": 1740,
"installs_365d": 16401,
"installs_90d": 5142,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": "2026-06-20T23:48:37+00:00",
"llm_model": "claude-haiku-4-5",
"name": "nim",
"oldnames": [],
"one_liner": "Statically typed systems programming language that compiles to C, C++, or JavaScript.",
"optional_dependencies": [],
"rank_30d": 1045,
"rank_365d": 1167,
"rank_90d": 1078,
"raw_hash": "cc63908493adf842",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/n/nim.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "2.2.10",
"versioned_formulae": [],
"why_use_this": "Nim offers Python-like syntax with C performance and compile-time metaprogramming via macros. It\u0027s a single-binary compiler producing efficient native code or JavaScript, making it useful for systems tools, CLI applications, and cross-platform projects where you want expressiveness without the runtime overhead of interpreted languages."
}