Skip to content

This repository contains the basic code syntax examples of Chapel Language

Notifications You must be signed in to change notification settings

narenkhatwani/chapel-lang-basics

Repository files navigation

chapel-lang-basics

About this Repository

This repository contains the basic code syntax examples of Chapel Language. These codes are also available at link

Download Links

Download Chapel from link

How to compile and run a Chapel Code

Step 1:

Running Chapel

source [Enter your path]/chapel-1.24.1/util/setchplenv.bash

Step 2:

Compiling the Code

chpl -o program program.chpl;

Step 3:

Running the Code

./program

Tutorials for Chapel are available at

Click here to redirect -> link