Skip to content

Commit

Permalink
Add key features (#539)
Browse files Browse the repository at this point in the history
Add key features

Co-authored-by: Erik Schierboom <erik_schierboom@hotmail.com>
  • Loading branch information
2Grey and ErikSchierboom authored Mar 11, 2022
1 parent 07fdc1a commit d5c7e33
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 @@ -1239,7 +1239,38 @@
"name": "while loops"
}
],
"key_features": [],
"key_features": [
{
"title": "Modern",
"content": "Swift incorporates the latest research on programming languages, combined with Apple's experience.",
"icon": "evolving"
},
{
"title": "Designed for safety",
"content": "Swift eliminates entire classes of unsafe code.",
"icon": "safe"
},
{
"title": "Fast and powerful",
"content": "From its earliest conception, Swift was built to be fast.",
"icon": "fast"
},
{
"title": "Great first language",
"content": "Swift was designed to be anyone’s first programming language.",
"icon": "easy"
},
{
"title": "Cross platform",
"content": "Support Apple platforms and Linux, with community members working to port to even more platforms.",
"icon": "cross-platform"
},
{
"title": "Open source",
"content": "Swift is open-source and developed in the open at Swift.org.",
"icon": "community"
}
],
"tags": [
"paradigm/declarative",
"paradigm/functional",
Expand Down

0 comments on commit d5c7e33

Please sign in to comment.