This thread is a place for readers to post questions or comments about the "7 Questions for Chapel Users" interview series of blog articles, which is scheduled to debut this week. If you have any questions for the interviewees, or general comments or ideas about the series, please post them here! Thanks, -Brad| Chapel Programming Language
This series interviews users of Chapel about their experiences with the language.| chapel-lang.org
Downloading from Source To download and install Chapel from source, download chapel-2.4.0.tar.gz from GitHub, then unpack and build it as described in the Quickstart instructions. Downloading with Spack To get started with the Chapel Spack package: Install the Spack package manager on your system, if it isn’t already there. To customize the Chapel installation, use the variants of the Chapel Spack package as opposed to the normal CHPL_* environment variables. Most settings described in Chap...| The Chapel Programming Language