Skip to content

Commit

Permalink
[v3] Add key features #83 (#116)
Browse files Browse the repository at this point in the history
* Adding key_features

* Fix lint issues

* Update config.json

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>

Co-authored-by: Sascha Mann <git@mail.saschamann.eu>
  • Loading branch information
pclausen and SaschaMann authored May 28, 2021
1 parent 8c62533 commit 4221581
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,38 @@
"runtime/language_specific",
"used_for/scientific_calculations"
],
"key_features": [],
"key_features": [
{
"icon": "TODO",
"title": "Scientific computing",
"content": "Fortran is used heavily in scientific computing and engineering."
},
{
"icon": "TODO",
"title": "Cross-platform",
"content": "Fortran is portable and can run on almost any platform."
},
{
"icon": "TODO",
"title": "Performant",
"content": "Fortran has been consistently rated as one of the highest performing languages for energy and time."
},
{
"icon": "TODO",
"title": "Stable",
"content": "The Fortran values stability and backwards compatibility, Fortran programs can run for decades."
},
{
"icon": "TODO",
"title": "Math",
"content": "The name of Fortran derived from Formula Translation. Natively supports arrays and complex numbers."
},
{
"icon": "TODO",
"title": "Efficient",
"content": "Fortran has been optimized for decades to execute efficiently."
}
],
"concepts": [],
"exercises": {
"concept": [],
Expand Down

0 comments on commit 4221581

Please sign in to comment.