Skip to content

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

About

This repository contains the basic code syntax examples of Chapel Language

Topics

Resources

Stars

Watchers

Forks

Languages