Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add key features #82

Merged
merged 3 commits into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,37 @@
"runtime/standalone_executable",
"typing/static",
"used_for/scientific_calculations"
],
"key_features": [
{
"title": "Open source",
"content": "Chapel is open source and has a welcoming and open community",
"icon": "community"
},
{
"title": "Parallel",
"content": "Chapel makes parallel programming easy and fun",
"icon": "concurrency"
},
{
"title": "Scalable",
"content": "runs on laptops, clusters, the cloud, and HPC systems",
"icon": "powerful"
},
{
"title": "Fast",
"content": "performance competes with or beats C/C++ & MPI & OpenMP",
"icon": "fast"
},
{
"title": "Expressive",
"content": "Chapel code is easy to read and easy to write",
"icon": "expressive"
},
{
"title": "Scientific",
"content": "Chapel is a great fit for applications involving heavy computations or big data analysis",
"icon": "scientific"
}
]
}
Loading