Skip to content

Commit

Permalink
add key features (#82)
Browse files Browse the repository at this point in the history
* add key features

* fix keyword name

* typo
  • Loading branch information
lucaferranti authored Mar 5, 2024
1 parent 49372e3 commit 25050db
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,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"
}
]
}

0 comments on commit 25050db

Please sign in to comment.