chapel-lang/chapel
a Productive Parallel Programming Language observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 99
- Release rhythm 65
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 91
- age_days: 4438
- days_rel: 76
- days_push: 7
- n_releases_24m: 8
Adoption not part of the score
2017 stars · 450 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Chapel is a modern open-source programming language designed for productive parallel computing at scale, with first-class support for task and data parallelism, distributed arrays, and vendor-neutral GPU programming. It includes a compiler, standard library, package manager (Mason), and tooling, and runs on laptops, clusters, clouds, and supercomputers.
Use cases
- write parallel programs that scale from a laptop to a supercomputer
- program NVIDIA and AMD GPUs without writing CUDA or OpenCL
- distribute arrays and computations across cluster nodes
- learn a productive language for high-performance scientific computing
- prototype HPC algorithms with concise parallel loops
- interoperate with C and Fortran libraries in parallel code
When to choose
- you need distributed-memory parallelism with a high-level language
- you want vendor-neutral GPU programming from one codebase
- you are doing scientific computing or HPC research
- you want parallelism expressed directly in the language rather than via libraries
When to avoid
- you need a mainstream language with a large ecosystem and job market
- your project requires fine-grained manual control over CUDA kernels
- you need extensive third-party libraries or framework support
- your team cannot adopt a niche language
Facets
library · maturity active
programming-language compiler concurrency gpu-computing programming-languages microservices gpu-computing performance windows cross-platform cpp cli parallel-computing high-performance-computing hpc scientific-computing distributed-computing supercomputing task-parallelism data-parallelism cuda opencl llvm algorithms linux macos gpu
10 sources
- readme: https://github.com/chapel-lang/chapel · fetched 2026-08-28 · 78d244c3eb0e
- homepage: https://chapel-lang.org · fetched 2026-08-29 · 924d4acbeb8d
- site_page: https://chapel-lang.org/docs · fetched 2026-08-29 · b8096dc53b2b
- site_page: https://chapel-lang.org/docs/usingchapel/QUICKSTART.html · fetched 2026-08-29 · 03ba0748688e
- site_page: https://chapel-lang.org/docs/language/spec · fetched 2026-08-29 · 27a444a153f4
- site_page: https://chapel-lang.org/docs/primers · fetched 2026-08-29 · 95694899f710
- site_page: https://chapel-lang.org/docs/modules/standard.html · fetched 2026-08-29 · bd3fd210e96c
- site_page: https://chapel-lang.org/docs/developer · fetched 2026-08-29 · 9cb6eb707f46
- site_page: https://chapel-lang.org/docs/technotes · fetched 2026-08-29 · f17647b91ccb
- site_page: https://chapel-lang.org/gpu · fetched 2026-08-29 · 35fec9c17f7e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| chapel-lang/chapel | main | 87 |
For agents
markdown · JSON · MCP: product_card(name="chapel-lang/chapel")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem